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.kqueue BSD specific transport.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.IOExceptionEpollDatagramChannel. translateForConnected(Errors.NativeIoException e) -
Uses of Errors.NativeIoException in io.netty.channel.kqueue
Methods in io.netty.channel.kqueue with parameters of type Errors.NativeIoException Modifier and Type Method Description private static java.io.IOExceptionKQueueDatagramChannel. 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.NativeIoExceptionErrors. newConnectionResetException(java.lang.String method, int errnoNegative)static Errors.NativeIoExceptionErrors. 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 intErrors. ioResult(java.lang.String method, int err, Errors.NativeIoException resetCause, java.nio.channels.ClosedChannelException closedCause)Deprecated.
-