public interface IOExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
of(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable e)
Return true if the build-in
BridgeRuntime exception mechanism must be invoked. |
boolean of(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable e)
BridgeRuntime exception mechanism must be invoked.ctx - ChannelHandlerContexte - ThrowableBridgeRuntime exception mechanism must be invoked.Copyright © 2018. All Rights Reserved.