| Package | Description | 
|---|---|
| io.netty.handler.codec.http2 | Handlers for sending and receiving HTTP/2 frames. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultHttp2ConnectionSimple implementation of  Http2Connection. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Http2Connection | InboundHttp2ToHttpAdapter. connection | 
| Modifier and Type | Method and Description | 
|---|---|
| Http2Connection | Http2ConnectionDecoder. connection()Provides direct access to the underlying connection. | 
| Http2Connection | DefaultHttp2ConnectionEncoder. connection() | 
| Http2Connection | DecoratingHttp2ConnectionEncoder. connection() | 
| protected Http2Connection | AbstractInboundHttp2ToHttpAdapterBuilder. connection()Returns the  Http2Connection. | 
| protected Http2Connection | AbstractHttp2ConnectionHandlerBuilder. connection()Returns the  Http2Connectionto use. | 
| Http2Connection | Http2ConnectionHandler. connection() | 
| Http2Connection | DecoratingHttp2ConnectionDecoder. connection() | 
| Http2Connection | DefaultHttp2ConnectionDecoder. connection() | 
| Http2Connection | Http2ConnectionEncoder. connection()Provides direct access to the underlying connection. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract T | AbstractInboundHttp2ToHttpAdapterBuilder. build(Http2Connection connection,
     int maxContentLength,
     boolean validateHttpHeaders,
     boolean propagateSettings)Creates a new  InboundHttp2ToHttpAdapterwith the specified properties. | 
| protected InboundHttp2ToHttpAdapter | InboundHttp2ToHttpAdapterBuilder. build(Http2Connection connection,
     int maxContentLength,
     boolean validateHttpHeaders,
     boolean propagateSettings) | 
| Http2ConnectionHandlerBuilder | Http2ConnectionHandlerBuilder. connection(Http2Connection connection) | 
| protected B | AbstractHttp2ConnectionHandlerBuilder. connection(Http2Connection connection)Sets the  Http2Connectionto use. | 
| HttpToHttp2ConnectionHandlerBuilder | HttpToHttp2ConnectionHandlerBuilder. connection(Http2Connection connection) | 
Copyright © 2008–2025 The Netty Project. All rights reserved.