Uses of Package
io.netty5.channel.unix
-
Packages that use io.netty5.channel.unix Package Description io.netty5.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty5.channel.kqueue BSD specific transport.io.netty5.channel.unix Unix specific transport. -
Classes in io.netty5.channel.unix used by io.netty5.channel.epoll Class Description FileDescriptor NativeFileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it.Socket Provides a JNI bridge to native socket operations.UnixChannel Channelthat expose operations that are only present onUNIXlike systems.UnixChannelOption -
Classes in io.netty5.channel.unix used by io.netty5.channel.kqueue Class Description UnixChannel Channelthat expose operations that are only present onUNIXlike systems.UnixChannelOption -
Classes in io.netty5.channel.unix used by io.netty5.channel.unix Class Description DatagramSocketAddress Act as specialInetSocketAddressto be able to easily pass all needed data from JNI without the need to create more objects then needed.DomainDatagramSocketAddress Act as specialDomainSocketAddressto be able to easily pass all needed data from JNI without the need to create more objects then needed.DomainSocketReadMode Different modes of reading from aUnixChannelthat uses Unix Domain Sockets.Errors.NativeIoException Internal usage only!FileDescriptor NativeFileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it.GenericUnixChannelOption A generic socket option.NativeInetAddress Internal usage only!PeerCredentials User credentials discovered for the peer unix domain socket.SegmentedDatagramPacket Allows to use GSO if the underlying OS supports it.Socket Provides a JNI bridge to native socket operations.UnixChannelOption