Uses of Class
org.eclipse.jetty.http2.HTTP2Stream
Packages that use HTTP2Stream
-
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)