Package io.netty.channel.socket
Class ChannelInputShutdownReadComplete
- java.lang.Object
-
- io.netty.channel.socket.ChannelInputShutdownReadComplete
-
public final class ChannelInputShutdownReadComplete extends java.lang.ObjectUser 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 ChannelInputShutdownReadCompleteINSTANCE
-
-
-
Field Detail
-
INSTANCE
public static final ChannelInputShutdownReadComplete INSTANCE
-
-