public interface ChannelHandler
DataListener provides an event-driven interface for the user to process series of events.
Modifier and Type | Method and Description |
---|---|
void |
channelInactive(ChannelContext ctx)
The producer of the data has indicated that the channel is no longer active.
|
void |
dataReceived(ChannelContext ctx,
Values data) |
void |
exceptionCaught(Throwable cause) |
void dataReceived(ChannelContext ctx, Values data)
void channelInactive(ChannelContext ctx)
The producer of the data has indicated that the channel is no longer active.
ctx
- void exceptionCaught(Throwable cause)
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.