public final class ChannelInputShutdownEvent extends Object
ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)
methods once the input of
a SocketChannel
was shutdown and the SocketChannelConfig.isAllowHalfClosure()
method returns
true
.public static final ChannelInputShutdownEvent INSTANCE
Copyright © 2008–2017 The Netty Project. All rights reserved.