Uses of Class
io.netty.channel.socket.ChannelInputShutdownEvent
-
Packages that use ChannelInputShutdownEvent Package Description io.netty.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API. -
-
Uses of ChannelInputShutdownEvent in io.netty.channel.socket
Fields in io.netty.channel.socket declared as ChannelInputShutdownEvent Modifier and Type Field Description static ChannelInputShutdownEvent
ChannelInputShutdownEvent. INSTANCE
Instance to use
-