Package io.netty.channel.unix
Unix specific transport.
-
Interface Summary Interface Description DomainSocketChannel AUnixChannelthat supports communication via Unix Domain Socket.DomainSocketChannelConfig SpecialChannelConfigforDomainSocketChannels.ServerDomainSocketChannel UnixChannel Channelthat expose operations that are only present onUNIXlike systems. -
Class Summary Class Description Buffer 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.Errors Internal usage only!FileDescriptor NativeFileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it.IovArray Represent an array of struct array and so can be passed directly over via JNI without the need to do any more array copies.Limits NativeInetAddress Internal usage only!PeerCredentials User credentials discovered for the peer unix domain socket.PreferredDirectByteBufAllocator Socket Provides a JNI bridge to native socket operations.SocketWritableByteChannel UnixChannelOption<T> UnixChannelUtil -
Enum Summary Enum Description DomainSocketReadMode Different modes of reading from aDomainSocketChannel. -
Exception Summary Exception Description Errors.NativeIoException Internal usage only!