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 HTTP3StreamHTTP3Session.createStream(StreamEndPoint endPoint) protected abstract HTTP3StreamHTTP3Session.newHTTP3Stream(StreamEndPoint endPoint, boolean local) booleanMessageFlusher.offer(StreamEndPoint endPoint, Frame frame, Callback callback) abstract voidHTTP3Session.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 HTTP3StreamHTTP3SessionClient.newHTTP3Stream(StreamEndPoint endPoint, boolean local) voidHTTP3SessionClient.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 ConnectionClientProtocolSession.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 StreamEndPointProtocolStreamListener.Client.getStreamEndPoint()protected abstract StreamEndPointProtocolStreamListener.getStreamEndPoint()protected StreamEndPointProtocolStreamListener.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 ConnectionProtocolSession.newConnection(StreamEndPoint endPoint) voidProtocolSession.openStreamEndPoint(StreamEndPoint endPoint) booleanProtocolSession.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) voidStreamEndPoint.disconnect(long appError, Throwable failure, boolean disconnectStream, Promise.Invocable<StreamEndPoint> promise) voidStreamEndPoint.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 ConnectionServerProtocolSession.newConnection(StreamEndPoint endPoint)