Uses of Class
io.netty.channel.ChannelHandlerAdapter
-
Packages that use ChannelHandlerAdapter 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 ChannelHandlerAdapter in io.netty.channel
Subclasses of ChannelHandlerAdapter in io.netty.channel Modifier and Type Class Description classChannelDuplexHandlerChannelHandlerimplementation which represents a combination out of aChannelInboundHandlerand theChannelOutboundHandler.classChannelInboundHandlerAdapterAbstract base class forChannelInboundHandlerimplementations which provide implementations of all of their methods.classChannelInitializer<C extends Channel>A specialChannelInboundHandlerwhich offers an easy way to initialize aChannelonce it was registered to itsEventLoop.classChannelOutboundHandlerAdapterSkeleton implementation of aChannelOutboundHandler.classCombinedChannelDuplexHandler<I extends ChannelInboundHandler,O extends ChannelOutboundHandler>classSimpleChannelInboundHandler<I>ChannelInboundHandlerAdapterwhich allows to explicit only handle a specific type of messages.classSimpleUserEventChannelHandler<I>ChannelInboundHandlerAdapterwhich allows to conveniently only handle a specific type of user events.
-