Uses of Class
io.netty.handler.codec.http2.Http2MultiplexHandler
-
Packages that use Http2MultiplexHandler Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2MultiplexHandler in io.netty.handler.codec.http2
Constructors in io.netty.handler.codec.http2 with parameters of type Http2MultiplexHandler Constructor Description Http2ClientUpgradeCodec(Http2ConnectionHandler connectionHandler, Http2MultiplexHandler http2MultiplexHandler)
Creates the codec using a default name for the connection handler when adding to the pipeline.Http2ClientUpgradeCodec(java.lang.String handlerName, Http2ConnectionHandler connectionHandler, ChannelHandler upgradeToHandler, Http2MultiplexHandler http2MultiplexHandler)
Http2ClientUpgradeCodec(java.lang.String handlerName, Http2ConnectionHandler connectionHandler, Http2MultiplexHandler http2MultiplexHandler)
Creates the codec providing an upgrade to the given handler for HTTP/2.
-