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 classA combination ofHttpRequestEncoderandHttpResponseDecoderwhich enables easier client side HTTP implementation.final classA combination ofHttpRequestDecoderandHttpResponseEncoderwhich 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 classThe client codec that combines the proper encoder and decoder.classThe 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 classA combination ofSpdyHttpDecoderandSpdyHttpEncoder