Uses of Interface
io.netty.channel.ChannelOutboundHandler
-
Packages that use ChannelOutboundHandler Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of ChannelOutboundHandler in io.netty.channel
Classes in io.netty.channel with type parameters of type ChannelOutboundHandler Modifier and Type Class Description classCombinedChannelDuplexHandler<I extends ChannelInboundHandler,O extends ChannelOutboundHandler>Classes in io.netty.channel that implement ChannelOutboundHandler Modifier and Type Class Description classChannelDuplexHandlerChannelHandlerimplementation which represents a combination out of aChannelInboundHandlerand theChannelOutboundHandler.classChannelOutboundHandlerAdapterSkeleton implementation of aChannelOutboundHandler.classCombinedChannelDuplexHandler<I extends ChannelInboundHandler,O extends ChannelOutboundHandler>
-