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.
|
Modifier and Type | Method and Description |
---|---|
HttpServerUpgradeHandler.UpgradeCodec |
HttpServerUpgradeHandler.UpgradeCodecFactory.newUpgradeCodec(CharSequence protocol)
Invoked by
HttpServerUpgradeHandler for all the requested protocol names in the order of
the client preference. |
Modifier and Type | Class and Description |
---|---|
class |
Http2ServerUpgradeCodec
Server-side codec for performing a cleartext upgrade from HTTP/1.x to HTTP/2.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.