Uses of Class
org.eclipse.jetty.http2.HTTP2Stream
Packages that use HTTP2Stream
Package
Description
-
Uses of HTTP2Stream in org.eclipse.jetty.http2
Fields in org.eclipse.jetty.http2 declared as HTTP2StreamMethods in org.eclipse.jetty.http2 that return HTTP2StreamModifier and TypeMethodDescriptionprotected HTTP2Stream
HTTP2Session.createLocalStream
(int streamId, MetaData.Request request, Consumer<Throwable> failFn) protected HTTP2Stream
HTTP2Session.createRemoteStream
(int streamId, MetaData.Request request) HTTP2Session.getStream
(int streamId) protected HTTP2Stream
HTTP2Session.newStream
(int streamId, MetaData.Request request, boolean local) Methods in org.eclipse.jetty.http2 with parameters of type HTTP2StreamModifier and TypeMethodDescriptionvoid
HTTP2Session.data
(HTTP2Stream stream, DataFrame frame, Callback callback) void
HTTP2Session.frames
(HTTP2Stream stream, List<? extends Frame> frames, Callback callback) void
HTTP2Session.onWindowUpdate
(HTTP2Stream stream, WindowUpdateFrame frame) Constructors in org.eclipse.jetty.http2 with parameters of type HTTP2StreamModifierConstructorDescriptionprotected
Entry
(Frame frame, HTTP2Stream stream, Callback callback) HTTP2StreamEndPoint
(HTTP2Stream stream) -
Uses of HTTP2Stream in org.eclipse.jetty.http2.client.transport.internal
Constructors in org.eclipse.jetty.http2.client.transport.internal with parameters of type HTTP2Stream -
Uses of HTTP2Stream in org.eclipse.jetty.http2.internal
Methods in org.eclipse.jetty.http2.internal with parameters of type HTTP2StreamModifier and TypeMethodDescriptionvoid
HTTP2Flusher.window
(HTTP2Stream stream, WindowUpdateFrame frame) -
Uses of HTTP2Stream in org.eclipse.jetty.http2.server.internal
Methods in org.eclipse.jetty.http2.server.internal with parameters of type HTTP2StreamModifier and TypeMethodDescriptionvoid
HTTP2ServerConnection.onNewStream
(HTTP2Stream stream, HeadersFrame frame) void
HTTP2ServerConnection.push
(HTTP2Stream stream, MetaData.Request request) Constructors in org.eclipse.jetty.http2.server.internal with parameters of type HTTP2StreamModifierConstructorDescriptionHttpStreamOverHTTP2
(HTTP2ServerConnection connection, HttpChannel httpChannel, HTTP2Stream stream) ServerHTTP2StreamEndPoint
(HTTP2Stream stream)