| Package | Description |
|---|---|
| org.eclipse.jetty.http2 |
| Modifier and Type | Class and Description |
|---|---|
class |
HTTP2Session |
| Modifier and Type | Method and Description |
|---|---|
protected ISession |
HTTP2Connection.getSession() |
ISession |
IStream.getSession() |
ISession |
HTTP2Stream.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
HTTP2FlowControl.onDataReceived(ISession session,
IStream stream,
int length) |
void |
FlowControl.onDataReceived(ISession session,
IStream stream,
int length) |
void |
HTTP2FlowControl.onSessionStalled(ISession session) |
void |
FlowControl.onSessionStalled(ISession session) |
void |
HTTP2FlowControl.onWindowUpdate(ISession session,
IStream stream,
WindowUpdateFrame frame) |
void |
FlowControl.onWindowUpdate(ISession session,
IStream stream,
WindowUpdateFrame frame) |
void |
HTTP2FlowControl.updateInitialStreamWindow(ISession session,
int initialStreamWindow) |
void |
FlowControl.updateInitialStreamWindow(ISession session,
int initialStreamWindow) |
| Constructor and Description |
|---|
HTTP2Connection(ByteBufferPool byteBufferPool,
Executor executor,
EndPoint endPoint,
Parser parser,
ISession session,
int bufferSize,
boolean dispatchIO) |
HTTP2Stream(Scheduler scheduler,
ISession session,
int streamId) |
Copyright © 1995-2014 Webtide. All Rights Reserved.