- Type Parameters:
T
- the channel type
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ChainedChannelListener
,DelegatingChannelListener
A listener for channel events. Possible channel events include: channel readable, channel writable, channel
opened, channel closed, channel bound, channel unbound.
- Since:
- 2.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
ChannelListener.Setter<T extends Channel>
A setter for a channel listener.static class
ChannelListener.SimpleSetter<T extends Channel>
A simple implementation ofChannelListener.Setter
. -
Method Summary
-
Method Details
-
handleEvent
Handle the event on this channel.- Parameters:
channel
- the channel event
-