public final class ChannelInputShutdownEvent
extends java.lang.Object
ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object) methods once the input of
a SocketChannel was shutdown and the SocketChannelConfig.isAllowHalfClosure() method returns
true.| Modifier and Type | Field and Description |
|---|---|
static ChannelInputShutdownEvent |
INSTANCE
Instance to use
|
| Modifier | Constructor and Description |
|---|---|
private |
ChannelInputShutdownEvent() |
public static final ChannelInputShutdownEvent INSTANCE