Uses of Class
io.netty.channel.ChannelInboundHandlerAdapter
-
Packages that use ChannelInboundHandlerAdapter 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 ChannelInboundHandlerAdapter in io.netty.channel
Subclasses of ChannelInboundHandlerAdapter in io.netty.channel Modifier and Type Class Description classChannelDuplexHandlerChannelHandlerimplementation which represents a combination out of aChannelInboundHandlerand theChannelOutboundHandler.classChannelInitializer<C extends Channel>A specialChannelInboundHandlerwhich offers an easy way to initialize aChannelonce it was registered to itsEventLoop.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.
-