Uses of Class
org.eclipse.jetty.http3.HTTP3Stream
Packages that use HTTP3Stream
-
Uses of HTTP3Stream in org.eclipse.jetty.http3
Methods in org.eclipse.jetty.http3 that return HTTP3StreamModifier and TypeMethodDescriptionprotected HTTP3Stream
HTTP3Session.createStream
(QuicStreamEndPoint endPoint, Consumer<Throwable> fail) protected HTTP3Stream
HTTP3Session.getOrCreateStream
(QuicStreamEndPoint endPoint) protected HTTP3Stream
HTTP3Session.getStream
(long streamId) protected abstract HTTP3Stream
HTTP3Session.newHTTP3Stream
(QuicStreamEndPoint endPoint, boolean local) Methods in org.eclipse.jetty.http3 with parameters of type HTTP3StreamModifier and TypeMethodDescriptionvoid
HTTP3Session.removeStream
(HTTP3Stream stream, Throwable failure) -
Uses of HTTP3Stream in org.eclipse.jetty.http3.client
Subclasses of HTTP3Stream in org.eclipse.jetty.http3.client