public interface ChannelExceptionHandler<T extends java.nio.channels.Channel>
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(T channel,
java.io.IOException exception)
Handle an exception on the channel.
|
void handleException(T channel, java.io.IOException exception)
channel - the channelexception - the exceptionCopyright © 2016 JBoss, a division of Red Hat, Inc.