Package io.netty.handler.codec.http2
-
Class Summary Class Description ActiveStreamsCountHandler Counts the number of the active HTTP/2 StreamsEspressoHttp2FrameCodec An extension of theHttp2FrameCodecwhich provides a facility to be able to block stream creation from clients without incurring any cost of stream creation on the server side.EspressoHttp2FrameCodecBuilder EspressoHttp2FrameCodecUtil Utility class to expose package private members.EspressoHttp2MultiplexHandler 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.EspressoHttp2StreamChannelBootstrap Forked from Netty 4Http2StreamChannelBootstrapto allow usingEspressoHttp2MultiplexHandlerin the pipeline.