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