Package io.netty.channel.unix
package io.netty.channel.unix
Unix specific transport.
-
ClassDescriptionAct as special
InetSocketAddressto be able to easily pass all needed data from JNI without the need to create more objects then needed.AUnixChannelthat supports communication via UNIX domain datagram sockets.AChannelConfigfor aDomainDatagramChannel.The message container that is used forDomainDatagramChannelto communicate with the remote peer.Act as specialDomainSocketAddressto be able to easily pass all needed data from JNI without the need to create more objects then needed.A address for a Unix Domain Socket.AUnixChannelthat supports communication via Unix Domain Socket.SpecialChannelConfigforDomainSocketChannels.Different modes of reading from aDomainSocketChannel.Internal usage only!Internal usage only!NativeFileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it.A generic socket option.Represent an array of struct array and so can be passed directly over via JNI without the need to do any more array copies.Internal usage only!User credentials discovered for the peer unix domain socket.Allows to use GSO if the underlying OS supports it.Provides a JNI bridge to native socket operations.Tells ifnetty-transport-native-unixis supported.Channelthat expose operations that are only present onUNIXlike systems.