Uses of Interface
org.eclipse.jetty.http2.IStream
Packages that use IStream
Package
Description
- 
Uses of IStream in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement IStreamFields in org.eclipse.jetty.http2 declared as IStreamMethods in org.eclipse.jetty.http2 that return IStreamModifier and TypeMethodDescriptionprotected IStreamHTTP2Session.createLocalStream(int streamId, MetaData.Request request, Consumer<Throwable> failFn) protected IStreamHTTP2Session.createRemoteStream(int streamId, MetaData.Request request) HTTP2Session.getStream(int streamId) ISession.getStream(int streamId) protected IStreamHTTP2Session.newStream(int streamId, MetaData.Request request, boolean local) Methods in org.eclipse.jetty.http2 with parameters of type IStreamModifier and TypeMethodDescriptionvoidvoidEnqueues the given DATA frame to be written to the connection.voidvoidEnqueues the given frames to be written to the connection.protected voidHTTP2Session.notifyHeaders(IStream stream, HeadersFrame frame) voidBufferingFlowControlStrategy.onDataConsumed(ISession session, IStream stream, int length) voidFlowControlStrategy.onDataConsumed(ISession session, IStream stream, int length) voidSimpleFlowControlStrategy.onDataConsumed(ISession session, IStream stream, int length) voidAbstractFlowControlStrategy.onDataReceived(ISession session, IStream stream, int length) voidFlowControlStrategy.onDataReceived(ISession session, IStream stream, int length) voidAbstractFlowControlStrategy.onDataSending(IStream stream, int length) voidFlowControlStrategy.onDataSending(IStream stream, int length) voidAbstractFlowControlStrategy.onDataSent(IStream stream, int length) voidFlowControlStrategy.onDataSent(IStream stream, int length) voidAbstractFlowControlStrategy.onStreamCreated(IStream stream) voidBufferingFlowControlStrategy.onStreamCreated(IStream stream) voidFlowControlStrategy.onStreamCreated(IStream stream) voidAbstractFlowControlStrategy.onStreamDestroyed(IStream stream) voidBufferingFlowControlStrategy.onStreamDestroyed(IStream stream) voidFlowControlStrategy.onStreamDestroyed(IStream stream) protected final voidHTTP2Session.onStreamOpened(IStream stream) protected voidAbstractFlowControlStrategy.onStreamStalled(IStream stream) protected voidAbstractFlowControlStrategy.onStreamUnstalled(IStream stream) voidAbstractFlowControlStrategy.onWindowUpdate(ISession session, IStream stream, WindowUpdateFrame frame) voidFlowControlStrategy.onWindowUpdate(ISession session, IStream stream, WindowUpdateFrame frame) voidHTTP2Session.onWindowUpdate(IStream stream, WindowUpdateFrame frame) voidISession.onWindowUpdate(IStream stream, WindowUpdateFrame frame) Callback method invoked when a WINDOW_UPDATE frame has been received.voidHTTP2Session.push(IStream stream, Promise<Stream> promise, PushPromiseFrame frame, Stream.Listener listener) voidISession.push(IStream stream, Promise<Stream> promise, PushPromiseFrame frame, Stream.Listener listener) Enqueues the given PUSH_PROMISE frame to be written to the connection.booleanHTTP2Session.removeStream(IStream stream) booleanISession.removeStream(IStream stream) Removes the givenstream.protected voidBufferingFlowControlStrategy.sendWindowUpdate(IStream stream, ISession session, WindowUpdateFrame frame) voidHTTP2Flusher.window(IStream stream, WindowUpdateFrame frame) voidAbstractFlowControlStrategy.windowUpdate(ISession session, IStream stream, WindowUpdateFrame frame) voidBufferingFlowControlStrategy.windowUpdate(ISession session, IStream stream, WindowUpdateFrame frame) voidFlowControlStrategy.windowUpdate(ISession session, IStream stream, WindowUpdateFrame frame) Constructors in org.eclipse.jetty.http2 with parameters of type IStream - 
Uses of IStream in org.eclipse.jetty.http2.client.http
Constructors in org.eclipse.jetty.http2.client.http with parameters of type IStream - 
Uses of IStream in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that return IStreamModifier and TypeMethodDescriptionprotected IStreamHttpChannelOverHTTP2.getStream()HttpTransportOverHTTP2.getStream()Methods in org.eclipse.jetty.http2.server with parameters of type IStreamModifier and TypeMethodDescriptionvoidvoidHTTP2ServerConnection.onNewStream(Connector connector, IStream stream, HeadersFrame frame) voidHTTP2ServerConnection.onStreamFailure(IStream stream, Throwable failure, Callback callback) booleanHTTP2ServerConnection.onStreamTimeout(IStream stream, Throwable failure) voidHTTP2ServerConnection.onTrailers(IStream stream, HeadersFrame frame) voidHTTP2ServerConnection.push(Connector connector, IStream stream, MetaData.Request request) voidConstructors in org.eclipse.jetty.http2.server with parameters of type IStream