Uses of Class
io.netty.channel.StacklessClosedChannelException
-
Packages that use StacklessClosedChannelException Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of StacklessClosedChannelException in io.netty.channel
Methods in io.netty.channel that return StacklessClosedChannelException Modifier and Type Method Description (package private) static StacklessClosedChannelException
StacklessClosedChannelException. newInstance(java.lang.Class<?> clazz, java.lang.String method)
Creates a newStacklessClosedChannelException
which has the origin of the givenClass
and method.
-