Uses of Class
io.netty.channel.unix.Errors.NativeIoException
Packages that use Errors.NativeIoException
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
Unix specific transport.
-
Uses of Errors.NativeIoException in io.netty.channel.epoll
Methods in io.netty.channel.epoll with parameters of type Errors.NativeIoExceptionModifier and TypeMethodDescriptionprivate IOException
EpollDatagramChannel.translateForConnected
(Errors.NativeIoException e) -
Uses of Errors.NativeIoException in io.netty.channel.unix
Methods in io.netty.channel.unix that return Errors.NativeIoExceptionModifier and TypeMethodDescriptionstatic Errors.NativeIoException
Errors.newConnectionResetException
(String method, int errnoNegative) static Errors.NativeIoException
Errors.newIOException
(String method, int err) Methods in io.netty.channel.unix with parameters of type Errors.NativeIoExceptionModifier and TypeMethodDescriptionstatic int
Errors.ioResult
(String method, int err, Errors.NativeIoException resetCause, ClosedChannelException closedCause) Deprecated.