Uses of Class
org.eclipse.jetty.quic.common.QuicStreamEndPoint
Packages that use QuicStreamEndPoint
Package
Description
This module contains the main abstractions for the QUIC protocol.
-
Uses of QuicStreamEndPoint in org.eclipse.jetty.http3
Methods in org.eclipse.jetty.http3 that return QuicStreamEndPointModifier and TypeMethodDescriptionHTTP3Stream.getEndPoint()
HTTP3StreamConnection.getEndPoint()
UnidirectionalStreamConnection.getEndPoint()
Methods in org.eclipse.jetty.http3 with parameters of type QuicStreamEndPointModifier and TypeMethodDescriptionprotected HTTP3Stream
HTTP3Session.createStream
(QuicStreamEndPoint endPoint, Consumer<Throwable> fail) protected HTTP3Stream
HTTP3Session.getOrCreateStream
(QuicStreamEndPoint endPoint) protected abstract HTTP3Stream
HTTP3Session.newHTTP3Stream
(QuicStreamEndPoint endPoint, boolean local) boolean
MessageFlusher.offer
(QuicStreamEndPoint endPoint, Frame frame, Callback callback) Constructors in org.eclipse.jetty.http3 with parameters of type QuicStreamEndPointModifierConstructorDescriptionControlFlusher
(QuicSession session, QuicStreamEndPoint endPoint, boolean useDirectByteBuffers) HTTP3Stream
(HTTP3Session session, QuicStreamEndPoint endPoint, boolean local) HTTP3StreamConnection
(QuicStreamEndPoint endPoint, Executor executor, ByteBufferPool bufferPool, MessageParser parser) InstructionFlusher
(QuicSession session, QuicStreamEndPoint endPoint, long streamType) UnidirectionalStreamConnection
(QuicStreamEndPoint endPoint, Executor executor, ByteBufferPool bufferPool, QpackEncoder encoder, QpackDecoder decoder, ParserListener listener) -
Uses of QuicStreamEndPoint in org.eclipse.jetty.http3.client
Methods in org.eclipse.jetty.http3.client with parameters of type QuicStreamEndPointModifier and TypeMethodDescriptionprotected HTTP3StreamClient
HTTP3SessionClient.newHTTP3Stream
(QuicStreamEndPoint endPoint, boolean local) Constructors in org.eclipse.jetty.http3.client with parameters of type QuicStreamEndPointModifierConstructorDescriptionHTTP3StreamClient
(HTTP3Session session, QuicStreamEndPoint endPoint, boolean local) -
Uses of QuicStreamEndPoint in org.eclipse.jetty.quic.client
Methods in org.eclipse.jetty.quic.client with parameters of type QuicStreamEndPoint -
Uses of QuicStreamEndPoint in org.eclipse.jetty.quic.common
Methods in org.eclipse.jetty.quic.common that return QuicStreamEndPointModifier and TypeMethodDescriptionProtocolSession.getOrCreateStreamEndPoint
(long streamId, Consumer<QuicStreamEndPoint> consumer) QuicSession.getOrCreateStreamEndPoint
(long streamId, Consumer<QuicStreamEndPoint> consumer) ProtocolSession.getStreamEndPoint
(long streamId) Methods in org.eclipse.jetty.quic.common that return types with arguments of type QuicStreamEndPointMethods in org.eclipse.jetty.quic.common with parameters of type QuicStreamEndPointModifier and TypeMethodDescriptionabstract Connection
QuicSession.newConnection
(QuicStreamEndPoint endPoint) void
ProtocolSession.openProtocolEndPoint
(QuicStreamEndPoint endPoint) void
QuicSession.remove
(QuicStreamEndPoint endPoint, Throwable failure) Method parameters in org.eclipse.jetty.quic.common with type arguments of type QuicStreamEndPointModifier and TypeMethodDescriptionProtocolSession.getOrCreateStreamEndPoint
(long streamId, Consumer<QuicStreamEndPoint> consumer) QuicSession.getOrCreateStreamEndPoint
(long streamId, Consumer<QuicStreamEndPoint> consumer) -
Uses of QuicStreamEndPoint in org.eclipse.jetty.quic.server
Methods in org.eclipse.jetty.quic.server with parameters of type QuicStreamEndPoint