Package io.netty.channel.socket
Class ChannelInputShutdownReadComplete
java.lang.Object
io.netty.channel.socket.ChannelInputShutdownReadComplete
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ChannelInputShutdownReadComplete
private ChannelInputShutdownReadComplete()
-