Uses of Class
io.netty5.handler.codec.http2.Http2FrameCodec
-
Packages that use Http2FrameCodec Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2FrameCodec in io.netty5.handler.codec.http2
Methods in io.netty5.handler.codec.http2 that return Http2FrameCodec Modifier and Type Method Description Http2FrameCodec
Http2FrameCodecBuilder. build()
Build aHttp2FrameCodec
object.protected Http2FrameCodec
Http2FrameCodecBuilder. build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings)
Constructors in io.netty5.handler.codec.http2 with parameters of type Http2FrameCodec Constructor 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.
-