Uses of Interface
org.eclipse.jetty.http2.IStream
Package
Description
-
Uses of IStream in org.eclipse.jetty.http2
Modifier and TypeMethodDescriptionprotected IStream
HTTP2Session.createLocalStream
(int streamId, MetaData.Request request, Consumer<Throwable> failFn) protected IStream
HTTP2Session.createRemoteStream
(int streamId, MetaData.Request request) HTTP2Session.getStream
(int streamId) ISession.getStream
(int streamId) protected IStream
HTTP2Session.newStream
(int streamId, MetaData.Request request, boolean local) Modifier and TypeMethodDescriptionvoid
void
Enqueues the given DATA frame to be written to the connection.void
void
Enqueues the given frames to be written to the connection.protected void
HTTP2Session.notifyHeaders
(IStream stream, HeadersFrame frame) void
BufferingFlowControlStrategy.onDataConsumed
(ISession session, IStream stream, int length) void
FlowControlStrategy.onDataConsumed
(ISession session, IStream stream, int length) void
SimpleFlowControlStrategy.onDataConsumed
(ISession session, IStream stream, int length) void
AbstractFlowControlStrategy.onDataReceived
(ISession session, IStream stream, int length) void
FlowControlStrategy.onDataReceived
(ISession session, IStream stream, int length) void
AbstractFlowControlStrategy.onDataSending
(IStream stream, int length) void
FlowControlStrategy.onDataSending
(IStream stream, int length) void
AbstractFlowControlStrategy.onDataSent
(IStream stream, int length) void
FlowControlStrategy.onDataSent
(IStream stream, int length) void
AbstractFlowControlStrategy.onStreamCreated
(IStream stream) void
BufferingFlowControlStrategy.onStreamCreated
(IStream stream) void
FlowControlStrategy.onStreamCreated
(IStream stream) void
AbstractFlowControlStrategy.onStreamDestroyed
(IStream stream) void
BufferingFlowControlStrategy.onStreamDestroyed
(IStream stream) void
FlowControlStrategy.onStreamDestroyed
(IStream stream) protected final void
HTTP2Session.onStreamOpened
(IStream stream) protected void
AbstractFlowControlStrategy.onStreamStalled
(IStream stream) protected void
AbstractFlowControlStrategy.onStreamUnstalled
(IStream stream) void
AbstractFlowControlStrategy.onWindowUpdate
(ISession session, IStream stream, WindowUpdateFrame frame) void
FlowControlStrategy.onWindowUpdate
(ISession session, IStream stream, WindowUpdateFrame frame) void
HTTP2Session.onWindowUpdate
(IStream stream, WindowUpdateFrame frame) void
ISession.onWindowUpdate
(IStream stream, WindowUpdateFrame frame) Callback method invoked when a WINDOW_UPDATE frame has been received.void
HTTP2Session.push
(IStream stream, Promise<Stream> promise, PushPromiseFrame frame, Stream.Listener listener) void
ISession.push
(IStream stream, Promise<Stream> promise, PushPromiseFrame frame, Stream.Listener listener) Enqueues the given PUSH_PROMISE frame to be written to the connection.boolean
HTTP2Session.removeStream
(IStream stream) boolean
ISession.removeStream
(IStream stream) Removes the givenstream
.protected void
BufferingFlowControlStrategy.sendWindowUpdate
(IStream stream, ISession session, WindowUpdateFrame frame) void
HTTP2Flusher.window
(IStream stream, WindowUpdateFrame frame) void
AbstractFlowControlStrategy.windowUpdate
(ISession session, IStream stream, WindowUpdateFrame frame) void
BufferingFlowControlStrategy.windowUpdate
(ISession session, IStream stream, WindowUpdateFrame frame) void
FlowControlStrategy.windowUpdate
(ISession session, IStream stream, WindowUpdateFrame frame) -
Uses of IStream in org.eclipse.jetty.http2.client.http
-
Uses of IStream in org.eclipse.jetty.http2.server
Modifier and TypeMethodDescriptionprotected IStream
HttpChannelOverHTTP2.getStream()
HttpTransportOverHTTP2.getStream()
Modifier and TypeMethodDescriptionvoid
void
HTTP2ServerConnection.onNewStream
(Connector connector, IStream stream, HeadersFrame frame) void
HTTP2ServerConnection.onStreamFailure
(IStream stream, Throwable failure, Callback callback) boolean
HTTP2ServerConnection.onStreamTimeout
(IStream stream, Throwable failure) void
HTTP2ServerConnection.onTrailers
(IStream stream, HeadersFrame frame) void
HTTP2ServerConnection.push
(Connector connector, IStream stream, MetaData.Request request) void