Example usage for Java io.netty.channel CombinedChannelDuplexHandler fields, constructors, methods, implement or subclass
The text is from its open source code.
CombinedChannelDuplexHandler(I inboundHandler, O outboundHandler) Creates a new instance that combines the specified two handlers into one. |