| 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 | DefaultHttp2ConnectionEncoder.Builder. connection | 
| protected Http2Connection | InboundHttp2ToHttpAdapter. connection | 
| Modifier and Type | Method and Description | 
|---|---|
| Http2Connection | DefaultHttp2ConnectionEncoder. connection() | 
| Http2Connection | Http2ConnectionDecoder. connection()Provides direct access to the underlying connection. | 
| Http2Connection | Http2ConnectionHandler. connection() | 
| Http2Connection | Http2ConnectionEncoder. connection()Provides direct access to the underlying connection. | 
| Http2Connection | DefaultHttp2ConnectionDecoder. connection() | 
| Modifier and Type | Method and Description | 
|---|---|
| DefaultHttp2ConnectionEncoder.Builder | DefaultHttp2ConnectionEncoder.Builder. connection(Http2Connection connection) | 
| Http2ConnectionDecoder.Builder | Http2ConnectionDecoder.Builder. connection(Http2Connection connection)Sets the  Http2Connectionto be used when building the decoder. | 
| Http2ConnectionEncoder.Builder | Http2ConnectionEncoder.Builder. connection(Http2Connection connection)Sets the  Http2Connectionto be used when building the encoder. | 
| DefaultHttp2ConnectionDecoder.Builder | DefaultHttp2ConnectionDecoder.Builder. connection(Http2Connection connection) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.