Uses of Package
io.netty.channel.unix
Packages that use io.netty.channel.unix
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
Unix specific transport.
io_uring is a high I/O performance scalable interface for fully
asynchronous Linux syscalls.
-
Classes in io.netty.channel.unix used by io.netty.channel.epollClassDescriptionA
UnixChannelthat supports communication via UNIX domain datagram sockets.AChannelConfigfor aDomainDatagramChannel.A address for a Unix Domain Socket.AUnixChannelthat supports communication via Unix Domain Socket.SpecialChannelConfigforDomainSocketChannels.Different modes of reading from aDomainSocketChannel.NativeFileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it.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.Channelthat expose operations that are only present onUNIXlike systems. -
Classes in io.netty.channel.unix used by io.netty.channel.kqueueClassDescriptionA
UnixChannelthat supports communication via UNIX domain datagram sockets.AChannelConfigfor aDomainDatagramChannel.A address for a Unix Domain Socket.AUnixChannelthat supports communication via Unix Domain Socket.SpecialChannelConfigforDomainSocketChannels.Different modes of reading from aDomainSocketChannel.User credentials discovered for the peer unix domain socket.Channelthat expose operations that are only present onUNIXlike systems. -
Classes in io.netty.channel.unix used by io.netty.channel.unixClassDescriptionAct as special
InetSocketAddressto be able to easily pass all needed data from JNI without the need to create more objects then needed.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.SpecialChannelConfigforDomainSocketChannels.Different modes of reading from aDomainSocketChannel.Internal usage only!NativeFileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it.A generic socket option.Internal usage only!Allows to use GSO if the underlying OS supports it.Provides a JNI bridge to native socket operations.Channelthat expose operations that are only present onUNIXlike systems. -
Classes in io.netty.channel.unix used by io.netty.channel.uringClassDescriptionA address for a Unix Domain Socket.A
UnixChannelthat supports communication via Unix Domain Socket.SpecialChannelConfigforDomainSocketChannels.User credentials discovered for the peer unix domain socket.Channelthat expose operations that are only present onUNIXlike systems.