软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Class and Description |
---|---|
class |
Http2MultiplexCodec
为每个流创建子通道的HTTP / 2处理程序。
|
Modifier and Type | Method and Description |
---|---|
Http2FrameCodec |
Http2FrameCodecBuilder.build()
构建一个 Http2FrameCodec 对象。
|
protected Http2FrameCodec |
Http2FrameCodecBuilder.build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) |
Constructor and Description |
---|
Http2ClientUpgradeCodec(Http2FrameCodec frameCodec, ChannelHandler upgradeToHandler) |
Http2ClientUpgradeCodec(java.lang.String handlerName, Http2FrameCodec frameCodec, ChannelHandler upgradeToHandler) |
Http2ServerUpgradeCodec(Http2FrameCodec http2Codec, ChannelHandler... handlers)
添加到管道时,使用连接处理程序的默认名称创建编解码器。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.