Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
Http2MultiplexCodec
Deprecated.
use
Http2FrameCodecBuilder together with Http2MultiplexHandler . |
Modifier and Type | Method and Description |
---|---|
Http2FrameCodec |
Http2FrameCodecBuilder.build()
Build a
Http2FrameCodec object. |
protected Http2FrameCodec |
Http2FrameCodecBuilder.build(Http2ConnectionDecoder decoder,
Http2ConnectionEncoder encoder,
Http2Settings initialSettings) |
Constructor and Description |
---|
Http2ClientUpgradeCodec(Http2FrameCodec frameCodec,
ChannelHandler upgradeToHandler) |
Http2ClientUpgradeCodec(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.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.