| Package | Description |
|---|---|
| org.eclipse.jetty.http2 |
| Modifier and Type | Class | Description |
|---|---|---|
class |
HTTP2Stream |
| Modifier and Type | Field | Description |
|---|---|---|
protected IStream |
HTTP2Flusher.Entry.stream |
| Modifier and Type | Method | Description |
|---|---|---|
protected IStream |
HTTP2Session.createLocalStream(int streamId,
Promise<Stream> promise) |
|
protected IStream |
HTTP2Session.createRemoteStream(int streamId) |
|
IStream |
HTTP2Session.getStream(int streamId) |
|
IStream |
ISession.getStream(int streamId) |
|
protected IStream |
HTTP2Session.newStream(int streamId,
boolean local) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HTTP2Session.data(IStream stream,
Callback callback,
DataFrame frame) |
|
void |
ISession.data(IStream stream,
Callback callback,
DataFrame frame) |
Enqueues the given DATA frame to be written to the connection.
|
void |
HTTP2Session.frames(IStream stream,
Callback callback,
Frame frame,
Frame... frames) |
|
void |
ISession.frames(IStream stream,
Callback callback,
Frame frame,
Frame... frames) |
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) |
|
protected void |
HTTP2Session.onStreamClosed(IStream stream) |
|
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 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.
|
void |
HTTP2Session.removeStream(IStream stream) |
|
void |
ISession.removeStream(IStream stream) |
Removes the given
stream. |
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) |
| Constructor | Description |
|---|---|
Entry(Frame frame,
IStream stream,
Callback callback) |
Copyright © 1995–2018 Webtide. All rights reserved.