Uses of Class
io.netty.channel.unix.Errors.NativeIoException
Packages that use Errors.NativeIoException
-
Uses of Errors.NativeIoException in io.netty.channel.unix
Methods in io.netty.channel.unix that return Errors.NativeIoExceptionModifier and TypeMethodDescriptionstatic 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.NativeIoExceptionModifier and TypeMethodDescriptionstatic intErrors.ioResult(String method, int err, Errors.NativeIoException resetCause, ClosedChannelException closedCause) Deprecated.