软件包 | 描述 |
---|---|
io.netty.handler.codec.http |
编码器,解码器及其相关的HTTP消息类型。
|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Method and Description |
---|---|
HttpServerUpgradeHandler.UpgradeCodec |
HttpServerUpgradeHandler.UpgradeCodecFactory.newUpgradeCodec(java.lang.CharSequence protocol)
以 HttpServerUpgradeHandler 为所有请求的协议名称按客户端首选项的顺序调用。
|
Modifier and Type | Class and Description |
---|---|
class |
Http2ServerUpgradeCodec
服务器端编解码器,用于执行从HTTP / 1.x到HTTP / 2的明文升级。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.