public interface ChannelExceptionHandler<T extends Channel> extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
handleException(T channel,
IOException exception)
Handle an exception on the channel.
|
void handleException(T channel, IOException exception)
channel
- the channelexception
- the exceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.