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.
-
Classes in io.netty.channel.unix used by io.netty.channel.epollClassDescriptionA
UnixChannel
that supports communication via UNIX domain datagram sockets.AChannelConfig
for aDomainDatagramChannel
.A address for a Unix Domain Socket.AUnixChannel
that supports communication via Unix Domain Socket.SpecialChannelConfig
forDomainSocketChannel
s.Different modes of reading from aDomainSocketChannel
.Internal usage only!NativeFileDescriptor
implementation which allows to wrap anint
and provide aFileDescriptor
for it.Represent an array of struct array and so can be passed directly over via JNI without the need to do any more array copies.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.Channel
that expose operations that are only present onUNIX
like systems. -
Classes in io.netty.channel.unix used by io.netty.channel.kqueueClassDescriptionA
UnixChannel
that supports communication via UNIX domain datagram sockets.AChannelConfig
for aDomainDatagramChannel
.A address for a Unix Domain Socket.AUnixChannel
that supports communication via Unix Domain Socket.SpecialChannelConfig
forDomainSocketChannel
s.Different modes of reading from aDomainSocketChannel
.NativeFileDescriptor
implementation which allows to wrap anint
and provide aFileDescriptor
for it.Represent an array of struct array and so can be passed directly over via JNI without the need to do any more array copies.User credentials discovered for the peer unix domain socket.Provides a JNI bridge to native socket operations.Channel
that expose operations that are only present onUNIX
like systems. -
Classes in io.netty.channel.unix used by io.netty.channel.unixClassDescriptionAct as special
InetSocketAddress
to be able to easily pass all needed data from JNI without the need to create more objects then needed.AChannelConfig
for aDomainDatagramChannel
.The message container that is used forDomainDatagramChannel
to communicate with the remote peer.Act as specialDomainSocketAddress
to 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.SpecialChannelConfig
forDomainSocketChannel
s.Different modes of reading from aDomainSocketChannel
.Internal usage only!NativeFileDescriptor
implementation which allows to wrap anint
and provide aFileDescriptor
for 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.Channel
that expose operations that are only present onUNIX
like systems.