Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.channel.ChannelHandler Classes and Interfaces - 8 results found.
NameDescriptionTypePackageFramework
ChannelHandlerHandles an I/O event or intercepts an I/O operation, and forwards it to its next handler inits ChannelPipeline.Interfaceio.netty.channelNetty
ChannelHandler .SharableIndicates that the same instance of the annotated ChannelHandlercan be added to one or more ChannelPipelines multiple timesClassio.netty.channel.ChannelHandlerNetty
ChannelHandler .SkipIndicates that the annotated event handler method in ChannelHandler will not be invoked byChannelPipeline.Classio.netty.channel.ChannelHandlerNetty
ChannelHandlerAdapterSkelton implementation of a ChannelHandler.Classio.netty.channelNetty
ChannelHandlerAppenderA ChannelHandler that appends the specified ChannelHandlers right next to itself.Classio.netty.channelNetty
ChannelHandlerContextEnables a ChannelHandler to interact with its ChannelPipelineand other handlers.Interfaceio.netty.channelNetty
ChannelHandlerInvokerInvokes the event handler methods of ChannelHandler.Interfaceio.netty.channelNetty
ChannelHandlerInvokerUtilA set of helper methods for easier implementation of custom ChannelHandlerInvoker implementation.Classio.netty.channelNetty