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 TypeMethodDescriptionStacklessClosedChannelException.newInstance(Class<?> clazz, String method) Creates a newStacklessClosedChannelExceptionwhich has the origin of the givenClassand method.