| Package | Description |
|---|---|
| io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
| Constructor and Description |
|---|
HttpClientUpgradeHandler(HttpClientUpgradeHandler.SourceCodec sourceCodec,
HttpClientUpgradeHandler.UpgradeCodec upgradeCodec,
int maxContentLength)
Constructs the client upgrade handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Http2ClientUpgradeCodec
Client-side cleartext upgrade codec from HTTP to HTTP/2.
|
Copyright © 2008–2015 The Netty Project. All rights reserved.