Uses of Class
io.netty.handler.codec.http2.Http2FrameCodec
Packages that use Http2FrameCodec
-
Uses of Http2FrameCodec in io.netty.handler.codec.http2
Subclasses of Http2FrameCodec in io.netty.handler.codec.http2Fields in io.netty.handler.codec.http2 declared as Http2FrameCodecMethods in io.netty.handler.codec.http2 that return Http2FrameCodecModifier and TypeMethodDescriptionHttp2FrameCodecBuilder.build()
Build aHttp2FrameCodec
object.protected Http2FrameCodec
Http2FrameCodecBuilder.build
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) private static Http2FrameCodec
Http2ChannelDuplexHandler.requireHttp2FrameCodec
(ChannelHandlerContext ctx) Constructors in io.netty.handler.codec.http2 with parameters of type Http2FrameCodecModifierConstructorDescriptionHttp2ClientUpgradeCodec
(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.
Http2FrameCodecBuilder
together withHttp2MultiplexHandler
.