public final class ChannelInputShutdownEvent
extends java.lang.Object
ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)
种方法一旦输入SocketChannel
停工,并在SocketChannelConfig.isAllowHalfClosure()
方法返回true
。
Modifier and Type | Field and Description |
---|---|
static ChannelInputShutdownEvent |
INSTANCE
实例使用
|
public static final ChannelInputShutdownEvent INSTANCE
Copyright © 2008–2018 The Netty Project. All rights reserved.