Uses of Package
io.netty.channel.unix
-
Packages that use io.netty.channel.unix Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport.io.netty.channel.unix Unix specific transport.io.netty.channel.uring 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.epoll Class Description DomainDatagramChannel AUnixChannel
that supports communication via UNIX domain datagram sockets.DomainDatagramChannelConfig AChannelConfig
for aDomainDatagramChannel
.DomainSocketAddress A address for a Unix Domain Socket.DomainSocketChannel AUnixChannel
that supports communication via Unix Domain Socket.DomainSocketChannelConfig SpecialChannelConfig
forDomainSocketChannel
s.DomainSocketReadMode Different modes of reading from aDomainSocketChannel
.FileDescriptor NativeFileDescriptor
implementation which allows to wrap anint
and provide aFileDescriptor
for it.PeerCredentials User credentials discovered for the peer unix domain socket.SegmentedDatagramPacket Allows to use GSO if the underlying OS supports it.ServerDomainSocketChannel 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.netty.channel.unix used by io.netty.channel.kqueue Class Description DomainDatagramChannel AUnixChannel
that supports communication via UNIX domain datagram sockets.DomainDatagramChannelConfig AChannelConfig
for aDomainDatagramChannel
.DomainSocketAddress A address for a Unix Domain Socket.DomainSocketChannel AUnixChannel
that supports communication via Unix Domain Socket.DomainSocketChannelConfig SpecialChannelConfig
forDomainSocketChannel
s.DomainSocketReadMode Different modes of reading from aDomainSocketChannel
.PeerCredentials User credentials discovered for the peer unix domain socket.ServerDomainSocketChannel UnixChannel Channel
that expose operations that are only present onUNIX
like systems.UnixChannelOption -
Classes in io.netty.channel.unix used by io.netty.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.DomainDatagramChannelConfig AChannelConfig
for aDomainDatagramChannel
.DomainDatagramPacket The message container that is used forDomainDatagramChannel
to communicate with the remote peer.DomainDatagramSocketAddress Act as specialDomainSocketAddress
to 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.DomainSocketChannelConfig SpecialChannelConfig
forDomainSocketChannel
s.DomainSocketReadMode Different modes of reading from aDomainSocketChannel
.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!SegmentedDatagramPacket Allows to use GSO if the underlying OS supports 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.netty.channel.unix used by io.netty.channel.uring Class Description UnixChannel Channel
that expose operations that are only present onUNIX
like systems.UnixChannelOption