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 HTTP2StreamHTTP2Session.createLocalStream(int streamId, MetaData.Request request, Consumer<Throwable> failFn) protected HTTP2StreamHTTP2Session.createRemoteStream(int streamId, MetaData.Request request) HTTP2Session.getStream(int streamId) protected HTTP2StreamHTTP2Session.newStream(int streamId, MetaData.Request request, boolean local) Methods in org.eclipse.jetty.http2 with parameters of type HTTP2StreamModifier and TypeMethodDescriptionvoidHTTP2Session.data(HTTP2Stream stream, DataFrame frame, Callback callback) voidHTTP2Session.frames(HTTP2Stream stream, List<? extends Frame> frames, Callback callback) voidHTTP2Session.onWindowUpdate(HTTP2Stream stream, WindowUpdateFrame frame) Constructors in org.eclipse.jetty.http2 with parameters of type HTTP2StreamModifierConstructorDescriptionprotectedEntry(Frame frame, HTTP2Stream stream, Callback callback) HTTP2StreamEndPoint(HTTP2Stream stream)