Uses of Class
io.netty.channel.CombinedChannelDuplexHandler
-
Packages that use CombinedChannelDuplexHandler Package Description io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol.io.netty.handler.codec.spdy 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.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. -
Uses of CombinedChannelDuplexHandler in io.netty.handler.codec.memcache.binary
Subclasses of CombinedChannelDuplexHandler in io.netty.handler.codec.memcache.binary Modifier and Type Class Description class
BinaryMemcacheClientCodec
The client codec that combines the proper encoder and decoder.class
BinaryMemcacheServerCodec
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.spdy Modifier and Type Class Description class
SpdyHttpCodec
A combination ofSpdyHttpDecoder
andSpdyHttpEncoder
-