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