Package io.netty5.channel.unix
Unix specific transport.
-
Interface Summary Interface Description UnixChannel Channel
that expose operations that are only present onUNIX
like systems. -
Class Summary Class Description Buffer DatagramSocketAddress Act as specialInetSocketAddress
to be able to easily pass all needed data from JNI without the need to create more objects then needed.DomainDatagramSocketAddress Act as specialDomainSocketAddress
to be able to easily pass all needed data from JNI without the need to create more objects then needed.Errors Internal usage only!FileDescriptor NativeFileDescriptor
implementation which allows to wrap anint
and provide aFileDescriptor
for it.GenericUnixChannelOption<T> A generic socket option.IntegerUnixChannelOption 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.RawUnixChannelOption RecvFromAddressDomainSocket This class facilitates datagram reads from domain sockets, into buffers.SegmentedDatagramPacket Allows to use GSO if the underlying OS supports it.Socket Provides a JNI bridge to native socket operations.SocketWritableByteChannel Unix Tells ifnetty-transport-native-unix
is supported.UnixChannelOption<T> UnixChannelUtil -
Enum Summary Enum Description DomainSocketReadMode Different modes of reading from aUnixChannel
that uses Unix Domain Sockets. -
Exception Summary Exception Description Errors.NativeIoException Internal usage only!