Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
private class |
DefaultHttp2Connection.DefaultEndpoint<F extends Http2FlowController>
Simple endpoint implementation.
|
static interface |
Http2Connection.Endpoint<F extends Http2FlowController>
A view of the connection from one endpoint (local or remote).
|
Modifier and Type | Interface and Description |
---|---|
interface |
Http2LocalFlowController
A
Http2FlowController for controlling the inbound flow of DATA frames from the remote endpoint. |
interface |
Http2RemoteFlowController
A
Http2FlowController for controlling the flow of outbound DATA frames to the remote
endpoint. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2LocalFlowController
Basic implementation of
Http2LocalFlowController . |
class |
DefaultHttp2RemoteFlowController
Basic implementation of
Http2RemoteFlowController . |
private class |
DelegatingDecompressorFrameListener.ConsumedBytesConverter
A decorator around the local flow controller that converts consumed bytes from uncompressed to compressed.
|
Modifier and Type | Field and Description |
---|---|
private F |
DefaultHttp2Connection.DefaultEndpoint.flowController |
Modifier and Type | Method and Description |
---|---|
(package private) DefaultHttp2Connection.DefaultEndpoint<? extends Http2FlowController> |
DefaultHttp2Connection.DefaultStream.createdBy() |
(package private) DefaultHttp2Connection.DefaultEndpoint<? extends Http2FlowController> |
DefaultHttp2Connection.ConnectionStream.createdBy() |
Http2Connection.Endpoint<? extends Http2FlowController> |
DefaultHttp2Connection.DefaultEndpoint.opposite() |
Http2Connection.Endpoint<? extends Http2FlowController> |
Http2Connection.Endpoint.opposite()
Gets the
Http2Connection.Endpoint opposite this one. |