Uses of Interface
io.netty.channel.ChannelInboundHandler
-
Packages that use ChannelInboundHandler 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 ChannelInboundHandler in io.netty.channel
Classes in io.netty.channel with type parameters of type ChannelInboundHandler Modifier and Type Class Description classCombinedChannelDuplexHandler<I extends ChannelInboundHandler,O extends ChannelOutboundHandler>Classes in io.netty.channel that implement ChannelInboundHandler 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.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.
-