Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
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. |
Copyright © 2008–2023 The Netty Project. All rights reserved.