Uses of Class
io.netty5.channel.unix.Errors.NativeIoException
-
Packages that use Errors.NativeIoException Package Description io.netty5.channel.unix Unix specific transport. -
-
Uses of Errors.NativeIoException in io.netty5.channel.unix
Methods in io.netty5.channel.unix that return Errors.NativeIoException Modifier and Type Method Description static Errors.NativeIoException
Errors. newConnectionResetException(String method, int errnoNegative)
static Errors.NativeIoException
Errors. newIOException(String method, int err)
Methods in io.netty5.channel.unix with parameters of type Errors.NativeIoException Modifier and Type Method Description static int
Errors. ioResult(String method, int err, Errors.NativeIoException resetCause, ClosedChannelException closedCause)
Deprecated.
-