Uses of Package
io.netty.channel.unix
-
Classes in io.netty.channel.unix used by io.netty.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.DomainSocketAddress A address for a Unix Domain Socket.DomainSocketChannelConfig SpecialChannelConfigforDomainSocketChannels.DomainSocketReadMode Different modes of reading from aDomainSocketChannel.Errors.NativeIoException Internal usage only!FileDescriptor NativeFileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it.NativeInetAddress Internal usage only!Socket Provides a JNI bridge to native socket operations.UnixChannel Channelthat expose operations that are only present onUNIXlike systems.