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