-
- All Superinterfaces:
java.util.EventListener
public interface ChannelExceptionHandler<T extends java.nio.channels.Channel> extends java.util.EventListenerAn exception handler for utility channel listeners.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleException(T channel, java.io.IOException exception)Handle an exception on the channel.
-
-
-
Method Detail
-
handleException
void handleException(T channel, java.io.IOException exception)
Handle an exception on the channel.- Parameters:
channel- the channelexception- the exception
-
-