Search Java Classes and Packages
Search Java Frameworks and Libraries
#Io.netty.channel.ChannelHandler Classes and Interfaces - 8 results found.
| Name | Description | Type | Package | Framework |
| ChannelHandler | Handles an I/O event or intercepts an I/O operation, and forwards it to its next handler inits ChannelPipeline. | Interface | io.netty.channel | Netty |
|
| ChannelHandler .Sharable | Indicates that the same instance of the annotated ChannelHandlercan be added to one or more ChannelPipelines multiple times | Class | io.netty.channel.ChannelHandler | Netty |
|
| ChannelHandler .Skip | Indicates that the annotated event handler method in ChannelHandler will not be invoked byChannelPipeline. | Class | io.netty.channel.ChannelHandler | Netty |
|
| ChannelHandlerAdapter | Skelton implementation of a ChannelHandler. | Class | io.netty.channel | Netty |
|
| ChannelHandlerAppender | A ChannelHandler that appends the specified ChannelHandlers right next to itself. | Class | io.netty.channel | Netty |
|
| ChannelHandlerContext | Enables a ChannelHandler to interact with its ChannelPipelineand other handlers. | Interface | io.netty.channel | Netty |
|
| ChannelHandlerInvoker | Invokes the event handler methods of ChannelHandler. | Interface | io.netty.channel | Netty |
|
| ChannelHandlerInvokerUtil | A set of helper methods for easier implementation of custom ChannelHandlerInvoker implementation. | Class | io.netty.channel | Netty |