Uses of Class
io.netty.channel.group.ChannelGroupException
-
Packages that use ChannelGroupException Package Description io.netty.channel.group A channel registry which helps a user maintain the list of openChannel
s and perform bulk operations on them. -
-
Uses of ChannelGroupException in io.netty.channel.group
Methods in io.netty.channel.group that return ChannelGroupException Modifier and Type Method Description ChannelGroupException
ChannelGroupFuture. cause()
ChannelGroupException
DefaultChannelGroupFuture. cause()
ChannelGroupException
VoidChannelGroupFuture. cause()
Methods in io.netty.channel.group with parameters of type ChannelGroupException Modifier and Type Method Description private void
DefaultChannelGroupFuture. setFailure0(ChannelGroupException cause)
-