Uses of Package
io.netty.channel.unix
-
Packages that use io.netty.channel.unix Package Description io.netty.channel.unix Unix specific transport. -
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.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.NativeInetAddress Internal usage only!Socket Provides a JNI bridge to native socket operations.UnixChannel Channel
that expose operations that are only present onUNIX
like systems.