Uses of Class
io.netty.channel.unix.Errors.NativeIoException
Packages that use Errors.NativeIoException
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
Unix specific transport.
-
Uses of Errors.NativeIoException in io.netty.channel.epoll
Methods in io.netty.channel.epoll with parameters of type Errors.NativeIoExceptionModifier and TypeMethodDescriptionprivate 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.NativeIoExceptionModifier and TypeMethodDescriptionprivate static IOExceptionKQueueDatagramChannel.translateForConnected(Errors.NativeIoException e) -
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.