Uses of Class
org.eclipse.jetty.quic.common.StreamEndPoint
Packages that use StreamEndPoint
Package
Description
-
Uses of StreamEndPoint in org.eclipse.jetty.http3
Methods in org.eclipse.jetty.http3 that return StreamEndPointModifier and TypeMethodDescriptionHTTP3StreamConnection.getEndPoint()
UnidirectionalStreamConnection.getEndPoint()
HTTP3Stream.getStreamEndPoint()
Methods in org.eclipse.jetty.http3 with parameters of type StreamEndPointModifier and TypeMethodDescriptionprotected HTTP3Stream
HTTP3Session.createStream
(StreamEndPoint endPoint) protected abstract HTTP3Stream
HTTP3Session.newHTTP3Stream
(StreamEndPoint endPoint, boolean local) boolean
MessageFlusher.offer
(StreamEndPoint endPoint, Frame frame, Callback callback) abstract void
HTTP3Session.writeMessageFrame
(StreamEndPoint streamEndPoint, Frame frame, Callback callback) Constructors in org.eclipse.jetty.http3 with parameters of type StreamEndPointModifierConstructorDescriptionControlFlusher
(ByteBufferPool byteBufferPool, StreamEndPoint endPoint, boolean useDirectByteBuffers) HTTP3Stream
(HTTP3Session session, StreamEndPoint endPoint, boolean local) HTTP3StreamConnection
(StreamEndPoint endPoint, Executor executor, MessageParser parser) InstructionFlusher
(ByteBufferPool bufferPool, StreamEndPoint endPoint, StreamType streamType) UnidirectionalStreamConnection
(StreamEndPoint endPoint, Executor executor, ByteBufferPool bufferPool, QpackEncoder encoder, QpackDecoder decoder, ParserListener listener) -
Uses of StreamEndPoint in org.eclipse.jetty.http3.client
Methods in org.eclipse.jetty.http3.client with parameters of type StreamEndPointModifier and TypeMethodDescriptionprotected org.eclipse.jetty.http3.client.internal.HTTP3StreamClient
HTTP3SessionClient.newHTTP3Stream
(StreamEndPoint endPoint, boolean local) void
HTTP3SessionClient.writeMessageFrame
(StreamEndPoint streamEndPoint, Frame frame, Callback callback) -
Uses of StreamEndPoint in org.eclipse.jetty.quic.client
Methods in org.eclipse.jetty.quic.client with parameters of type StreamEndPointModifier and TypeMethodDescriptionprotected Connection
ClientProtocolSession.newConnection
(StreamEndPoint endPoint) -
Uses of StreamEndPoint in org.eclipse.jetty.quic.common
Methods in org.eclipse.jetty.quic.common that return StreamEndPointModifier and TypeMethodDescriptionProtocolSession.createStreamEndPoint
(Stream stream, Consumer<StreamEndPoint> initializer) ProtocolSession.getStreamEndPoint
(long streamId) protected StreamEndPoint
ProtocolStreamListener.Client.getStreamEndPoint()
protected abstract StreamEndPoint
ProtocolStreamListener.getStreamEndPoint()
protected StreamEndPoint
ProtocolStreamListener.Server.getStreamEndPoint()
Methods in org.eclipse.jetty.quic.common that return types with arguments of type StreamEndPointMethods in org.eclipse.jetty.quic.common with parameters of type StreamEndPointModifier and TypeMethodDescriptionprotected abstract Connection
ProtocolSession.newConnection
(StreamEndPoint endPoint) void
ProtocolSession.openStreamEndPoint
(StreamEndPoint endPoint) boolean
ProtocolSession.removeStreamEndPoint
(StreamEndPoint endPoint) Method parameters in org.eclipse.jetty.quic.common with type arguments of type StreamEndPointModifier and TypeMethodDescriptionProtocolSession.createStreamEndPoint
(Stream stream, Consumer<StreamEndPoint> initializer) void
StreamEndPoint.disconnect
(long appError, Throwable failure, boolean disconnectStream, Promise.Invocable<StreamEndPoint> promise) void
StreamEndPoint.shutdownOutput
(long appError, Promise.Invocable<StreamEndPoint> promise) Constructor parameters in org.eclipse.jetty.quic.common with type arguments of type StreamEndPoint -
Uses of StreamEndPoint in org.eclipse.jetty.quic.server
Methods in org.eclipse.jetty.quic.server with parameters of type StreamEndPointModifier and TypeMethodDescriptionprotected Connection
ServerProtocolSession.newConnection
(StreamEndPoint endPoint)