Uses of Interface
org.eclipse.jetty.http2.IStream
-
Packages that use IStream Package Description org.eclipse.jetty.http2 org.eclipse.jetty.http2.server -
-
Uses of IStream in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement IStream Modifier and Type Class Description classHTTP2StreamFields in org.eclipse.jetty.http2 declared as IStream Modifier and Type Field Description protected IStreamHTTP2Flusher.Entry. streamMethods in org.eclipse.jetty.http2 that return IStream Modifier and Type Method Description protected IStreamHTTP2Session. createLocalStream(int streamId, Promise<Stream> promise)protected IStreamHTTP2Session. createRemoteStream(int streamId)IStreamHTTP2Session. getStream(int streamId)IStreamISession. getStream(int streamId)protected IStreamHTTP2Session. newStream(int streamId, boolean local)Methods in org.eclipse.jetty.http2 with parameters of type IStream Modifier and Type Method Description voidHTTP2Session. data(IStream stream, Callback callback, DataFrame frame)voidISession. data(IStream stream, Callback callback, DataFrame frame)Enqueues the given DATA frame to be written to the connection.voidHTTP2Session. frames(IStream stream, java.util.List<? extends Frame> frames, Callback callback)voidISession. frames(IStream stream, java.util.List<? extends Frame> frames, Callback callback)Enqueues 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 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 Constructor Description Entry(Frame frame, IStream stream, Callback callback) -
Uses of IStream in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that return IStream Modifier and Type Method Description protected IStreamHttpChannelOverHTTP2. getStream()IStreamHttpTransportOverHTTP2. getStream()Methods in org.eclipse.jetty.http2.server with parameters of type IStream Modifier and Type Method Description voidHTTP2ServerConnection. onData(IStream stream, DataFrame frame, Callback callback)voidHTTP2ServerConnection. onNewStream(Connector connector, IStream stream, HeadersFrame frame)voidHTTP2ServerConnection. onStreamFailure(IStream stream, java.lang.Throwable failure, Callback callback)booleanHTTP2ServerConnection. onStreamTimeout(IStream stream, java.lang.Throwable failure)voidHTTP2ServerConnection. onTrailers(IStream stream, HeadersFrame frame)voidHTTP2ServerConnection. push(Connector connector, IStream stream, MetaData.Request request)voidHttpTransportOverHTTP2. setStream(IStream stream)
-