public class ClosingChannelExceptionHandler<T extends Channel> extends Object implements ChannelExceptionHandler<T>
Constructor and Description |
---|
ClosingChannelExceptionHandler(Closeable... closable) |
Modifier and Type | Method and Description |
---|---|
void |
handleException(T t,
IOException e)
Handle an exception on the channel.
|
public ClosingChannelExceptionHandler(Closeable... closable)
public void handleException(T t, IOException e)
ChannelExceptionHandler
handleException
in interface ChannelExceptionHandler<T extends Channel>
t
- the channele
- the exceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.