Uses of Class
io.netty.channel.unix.Errors.NativeIoException
-
-
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(String method, int errnoNegative)static Errors.NativeIoExceptionErrors. newIOException(String method, int err)Methods in io.netty.channel.unix with parameters of type Errors.NativeIoException Modifier and Type Method Description static intErrors. ioResult(String method, int err, Errors.NativeIoException resetCause, ClosedChannelException closedCause)Deprecated.
-