Uses of Class
io.netty.channel.StacklessClosedChannelException
Packages that use StacklessClosedChannelException
Package
Description
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 StacklessClosedChannelExceptionModifier and TypeMethodDescription(package private) static StacklessClosedChannelException
StacklessClosedChannelException.newInstance
(Class<?> clazz, String method) Creates a newStacklessClosedChannelException
which has the origin of the givenClass
and method.