Uses of Class
io.netty5.channel.CombinedChannelDuplexHandler
-
Packages that use CombinedChannelDuplexHandler Package Description io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of CombinedChannelDuplexHandler in io.netty5.handler.codec.http
Subclasses of CombinedChannelDuplexHandler in io.netty5.handler.codec.http Modifier and Type Class Description class
HttpClientCodec
A combination ofHttpRequestEncoder
andHttpResponseDecoder
which enables easier client side HTTP implementation.class
HttpServerCodec
A combination ofHttpRequestDecoder
andHttpResponseEncoder
which enables easier server side HTTP implementation.
-