Uses of Class
io.netty.channel.CombinedChannelDuplexHandler
Packages that use CombinedChannelDuplexHandler
Package
Description
Encoder, decoder and their related message types for HTTP.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of CombinedChannelDuplexHandler in io.netty.handler.codec.http
Subclasses of CombinedChannelDuplexHandler in io.netty.handler.codec.httpModifier and TypeClassDescriptionfinal class
A combination ofHttpRequestEncoder
andHttpResponseDecoder
which enables easier client side HTTP implementation.final class
A combination ofHttpRequestDecoder
andHttpResponseEncoder
which enables easier server side HTTP implementation. -
Uses of CombinedChannelDuplexHandler in io.netty.handler.codec.memcache.binary
Subclasses of CombinedChannelDuplexHandler in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionfinal class
The client codec that combines the proper encoder and decoder.class
The full server codec that combines the correct encoder and decoder. -
Uses of CombinedChannelDuplexHandler in io.netty.handler.codec.spdy
Subclasses of CombinedChannelDuplexHandler in io.netty.handler.codec.spdyModifier and TypeClassDescriptionfinal class
A combination ofSpdyHttpDecoder
andSpdyHttpEncoder