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 NativeFileDescriptor
implementation which allows to wrap anint
and provide aFileDescriptor
for it.Socket Provides a JNI bridge to native socket operations.UnixChannel Channel
that expose operations that are only present onUNIX
like systems.UnixChannelOption -
Classes in io.netty5.channel.unix used by io.netty5.channel.kqueue Class Description UnixChannel Channel
that expose operations that are only present onUNIX
like systems.UnixChannelOption -
Classes in io.netty5.channel.unix used by io.netty5.channel.unix Class Description 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.DomainSocketReadMode Different modes of reading from aUnixChannel
that uses Unix Domain Sockets.Errors.NativeIoException Internal usage only!FileDescriptor NativeFileDescriptor
implementation which allows to wrap anint
and provide aFileDescriptor
for 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