Uses of Class
io.netty.handler.codec.http2.Http2MultiplexCodec
-
Packages that use Http2MultiplexCodec Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2MultiplexCodec in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return Http2MultiplexCodec Modifier and Type Method Description Http2MultiplexCodec
Http2MultiplexCodecBuilder. build()
Deprecated.protected Http2MultiplexCodec
Http2MultiplexCodecBuilder. build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings)
Deprecated.Constructors in io.netty.handler.codec.http2 with parameters of type Http2MultiplexCodec Constructor Description Http2ServerUpgradeCodec(Http2MultiplexCodec http2Codec)
Creates the codec using a default name for the connection handler when adding to the pipeline.Http2ServerUpgradeCodec(java.lang.String handlerName, Http2MultiplexCodec http2Codec)
Creates the codec providing an upgrade to the given handler for HTTP/2.
-