Package io.netty.channel.socket
Class ChannelInputShutdownReadComplete
- java.lang.Object
-
- io.netty.channel.socket.ChannelInputShutdownReadComplete
-
public final class ChannelInputShutdownReadComplete extends java.lang.Object
User event that signifies the channel's input side is shutdown, and we tried to shut it down again. This typically indicates that there is no more data to read.
-
-
Field Summary
Fields Modifier and Type Field Description static ChannelInputShutdownReadComplete
INSTANCE
-
-
-
Field Detail
-
INSTANCE
public static final ChannelInputShutdownReadComplete INSTANCE
-
-