程序包 | 说明 |
---|---|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 类和说明 |
---|---|
class |
Http2MultiplexCodec
已过时。
use
Http2FrameCodecBuilder together with Http2MultiplexHandler . |
限定符和类型 | 方法和说明 |
---|---|
Http2FrameCodec |
Http2FrameCodecBuilder.build()
Build a
Http2FrameCodec object. |
protected Http2FrameCodec |
Http2FrameCodecBuilder.build(Http2ConnectionDecoder decoder,
Http2ConnectionEncoder encoder,
Http2Settings initialSettings) |
构造器和说明 |
---|
Http2ClientUpgradeCodec(Http2FrameCodec frameCodec,
ChannelHandler upgradeToHandler) |
Http2ClientUpgradeCodec(java.lang.String handlerName,
Http2FrameCodec frameCodec,
ChannelHandler upgradeToHandler) |
Http2ServerUpgradeCodec(Http2FrameCodec http2Codec,
ChannelHandler... handlers)
Creates the codec using a default name for the connection handler when adding to the
pipeline.
|