Package io.netty.handler.codec.http2
package io.netty.handler.codec.http2
-
ClassDescriptionCounts the number of the active HTTP/2 StreamsAn extension of the
Http2FrameCodec
which provides a facility to be able to block stream creation from clients without incurring any cost of stream creation on the server side.Utility class to expose package private members.Forked from Netty's Http2MultiplexHandler (4.1.42) (https://github.com/netty/netty/blob/4.1/codec-http2/src/main/java/io/netty/handler/codec/http2/Http2MultiplexHandler.java) In HTTP/1.1, the requests from the client are distributed across 48 workers threads of router.Forked from Netty 4Http2StreamChannelBootstrap
to allow usingEspressoHttp2MultiplexHandler
in the pipeline.