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
|
public static final ChannelInputShutdownEvent INSTANCE
Copyright © 2008–2018 The Netty Project. All rights reserved.