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. -
Classes in io.netty.channel.unix used by io.netty.channel.epoll Class Description DomainDatagramChannel AUnixChannelthat supports communication via UNIX domain datagram sockets.DomainDatagramChannelConfig AChannelConfigfor aDomainDatagramChannel.DomainSocketAddress A address for a Unix Domain Socket.DomainSocketChannel AUnixChannelthat supports communication via Unix Domain Socket.DomainSocketChannelConfig SpecialChannelConfigforDomainSocketChannels.DomainSocketReadMode Different modes of reading from aDomainSocketChannel.Errors.NativeIoException Internal usage only!FileDescriptor NativeFileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it.IovArray Represent an array of struct array and so can be passed directly over via JNI without the need to do any more array copies.PeerCredentials User credentials discovered for the peer unix domain socket.PreferredDirectByteBufAllocator SegmentedDatagramPacket Allows to use GSO if the underlying OS supports it.ServerDomainSocketChannel Socket Provides a JNI bridge to native socket operations.SocketWritableByteChannel UnixChannel Channelthat expose operations that are only present onUNIXlike systems.UnixChannelOption -
Classes in io.netty.channel.unix used by io.netty.channel.kqueue Class Description DomainDatagramChannel AUnixChannelthat supports communication via UNIX domain datagram sockets.DomainDatagramChannelConfig AChannelConfigfor aDomainDatagramChannel.DomainSocketAddress A address for a Unix Domain Socket.DomainSocketChannel AUnixChannelthat supports communication via Unix Domain Socket.DomainSocketChannelConfig SpecialChannelConfigforDomainSocketChannels.DomainSocketReadMode Different modes of reading from aDomainSocketChannel.Errors.NativeIoException Internal usage only!FileDescriptor NativeFileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it.IovArray Represent an array of struct array and so can be passed directly over via JNI without the need to do any more array copies.PeerCredentials User credentials discovered for the peer unix domain socket.PreferredDirectByteBufAllocator ServerDomainSocketChannel Socket Provides a JNI bridge to native socket operations.SocketWritableByteChannel UnixChannel Channelthat expose operations that are only present onUNIXlike systems.UnixChannelOption -
Classes in io.netty.channel.unix used by io.netty.channel.unix Class Description DatagramSocketAddress Act as specialInetSocketAddressto be able to easily pass all needed data from JNI without the need to create more objects then needed.DomainDatagramChannelConfig AChannelConfigfor aDomainDatagramChannel.DomainDatagramPacket The message container that is used forDomainDatagramChannelto communicate with the remote peer.DomainDatagramSocketAddress Act as specialDomainSocketAddressto 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 SpecialChannelConfigforDomainSocketChannels.DomainSocketReadMode Different modes of reading from aDomainSocketChannel.Errors.NativeIoException Internal usage only!FileDescriptor NativeFileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor 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 Channelthat expose operations that are only present onUNIXlike systems.UnixChannelOption