Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2Connection
Simple implementation of
Http2Connection . |
Modifier and Type | Field and Description |
---|---|
private Http2Connection |
AbstractHttp2ConnectionHandlerBuilder.connection |
private Http2Connection |
DelegatingDecompressorFrameListener.connection |
private Http2Connection |
WeightedFairQueueByteDistributor.connection |
private Http2Connection |
DefaultHttp2LocalFlowController.connection |
private Http2Connection |
InboundHttpToHttp2Adapter.connection |
private Http2Connection |
DefaultHttp2ConnectionDecoder.connection |
protected Http2Connection |
InboundHttp2ToHttpAdapter.connection |
private Http2Connection |
DefaultHttp2ConnectionEncoder.connection |
private Http2Connection |
AbstractInboundHttp2ToHttpAdapterBuilder.connection |
private Http2Connection |
DefaultHttp2RemoteFlowController.connection |
Modifier and Type | Method and Description |
---|---|
protected Http2Connection |
AbstractHttp2ConnectionHandlerBuilder.connection()
Returns the
Http2Connection to use. |
Http2Connection |
Http2ConnectionEncoder.connection()
Provides direct access to the underlying connection.
|
Http2Connection |
DecoratingHttp2ConnectionDecoder.connection() |
Http2Connection |
Http2ConnectionDecoder.connection()
Provides direct access to the underlying connection.
|
Http2Connection |
Http2ConnectionHandler.connection() |
Http2Connection |
DecoratingHttp2ConnectionEncoder.connection() |
Http2Connection |
DefaultHttp2ConnectionDecoder.connection() |
Http2Connection |
DefaultHttp2ConnectionEncoder.connection() |
protected Http2Connection |
AbstractInboundHttp2ToHttpAdapterBuilder.connection()
Returns the
Http2Connection . |
Modifier and Type | Method and Description |
---|---|
protected InboundHttp2ToHttpAdapter |
InboundHttp2ToHttpAdapterBuilder.build(Http2Connection connection,
int maxContentLength,
boolean validateHttpHeaders,
boolean propagateSettings) |
protected abstract T |
AbstractInboundHttp2ToHttpAdapterBuilder.build(Http2Connection connection,
int maxContentLength,
boolean validateHttpHeaders,
boolean propagateSettings)
Creates a new
InboundHttp2ToHttpAdapter with the specified properties. |
private T |
AbstractHttp2ConnectionHandlerBuilder.buildFromConnection(Http2Connection connection) |
private static ByteBuf |
Http2ConnectionHandler.clientPrefaceString(Http2Connection connection)
Returns the client preface string if this is a client connection, otherwise returns
null . |
protected B |
AbstractHttp2ConnectionHandlerBuilder.connection(Http2Connection connection)
Sets the
Http2Connection to use. |
Http2ConnectionHandlerBuilder |
Http2ConnectionHandlerBuilder.connection(Http2Connection connection) |
HttpToHttp2ConnectionHandlerBuilder |
HttpToHttp2ConnectionHandlerBuilder.connection(Http2Connection connection) |
(package private) DefaultHttp2Connection.DefaultPropertyKey |
DefaultHttp2Connection.DefaultPropertyKey.verifyConnection(Http2Connection connection) |