Package | Description |
---|---|
org.eclipse.jetty.http2 | |
org.eclipse.jetty.http2.client | |
org.eclipse.jetty.http2.server |
Modifier and Type | Class and Description |
---|---|
class |
HTTP2Session |
Modifier and Type | Field and Description |
---|---|
private ISession |
HTTP2Stream.session |
private ISession |
HTTP2Connection.session |
Modifier and Type | Method and Description |
---|---|
ISession |
IStream.getSession() |
ISession |
HTTP2Stream.getSession() |
ISession |
HTTP2Connection.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleFlowControlStrategy.onDataConsumed(ISession session,
IStream stream,
int length) |
void |
FlowControlStrategy.onDataConsumed(ISession session,
IStream stream,
int length) |
void |
BufferingFlowControlStrategy.onDataConsumed(ISession session,
IStream stream,
int length) |
void |
FlowControlStrategy.onDataReceived(ISession session,
IStream stream,
int length) |
void |
AbstractFlowControlStrategy.onDataReceived(ISession session,
IStream stream,
int length) |
protected void |
AbstractFlowControlStrategy.onSessionStalled(ISession session) |
protected void |
AbstractFlowControlStrategy.onSessionUnstalled(ISession session) |
void |
FlowControlStrategy.onWindowUpdate(ISession session,
IStream stream,
WindowUpdateFrame frame) |
void |
AbstractFlowControlStrategy.onWindowUpdate(ISession session,
IStream stream,
WindowUpdateFrame frame) |
void |
FlowControlStrategy.updateInitialStreamWindow(ISession session,
int initialStreamWindow,
boolean local) |
void |
AbstractFlowControlStrategy.updateInitialStreamWindow(ISession session,
int initialStreamWindow,
boolean local) |
void |
FlowControlStrategy.windowUpdate(ISession session,
IStream stream,
WindowUpdateFrame frame) |
void |
BufferingFlowControlStrategy.windowUpdate(ISession session,
IStream stream,
WindowUpdateFrame frame) |
void |
AbstractFlowControlStrategy.windowUpdate(ISession session,
IStream stream,
WindowUpdateFrame frame) |
Constructor and Description |
---|
HTTP2Connection(ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endPoint,
Parser parser,
ISession session,
int bufferSize) |
HTTP2Stream(Scheduler scheduler,
ISession session,
int streamId,
boolean local) |
Modifier and Type | Class and Description |
---|---|
class |
HTTP2ClientSession |
Constructor and Description |
---|
HTTP2ClientConnection(HTTP2Client client,
ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endpoint,
Parser parser,
ISession session,
int bufferSize,
Promise<Session> promise,
Session.Listener listener) |
Modifier and Type | Class and Description |
---|---|
class |
HTTP2ServerSession |
Modifier and Type | Method and Description |
---|---|
private void |
HTTP2ServerConnection.notifyAccept(ISession session) |
Constructor and Description |
---|
HTTP2ServerConnection(ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endPoint,
HttpConfiguration httpConfig,
ServerParser parser,
ISession session,
int inputBufferSize,
ServerSessionListener listener) |