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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final ChannelInputShutdownEvent INSTANCE
Copyright © 2008–2018 The Netty Project. All rights reserved.