Uses of Package
io.netty5.channel.socket
-
Packages that use io.netty5.channel.socket Package Description io.netty5.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty5.channel.kqueue BSD specific transport.io.netty5.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API.io.netty5.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).io.netty5.channel.unix Unix specific transport.io.netty5.handler.codec Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.io.netty5.handler.codec.dns DNS codec.io.netty5.resolver.dns An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously, which supports the queries of an arbitrary DNS record type as well. -
Classes in io.netty5.channel.socket used by io.netty5.channel.epoll Class Description DatagramChannel A UDP/IPChannel
.ServerSocketChannel A SocketServerChannel
which accepts incoming Socket connections.SocketChannel A SocketChannel
. -
Classes in io.netty5.channel.socket used by io.netty5.channel.kqueue Class Description DatagramChannel A UDP/IPChannel
.ServerSocketChannel A SocketServerChannel
which accepts incoming Socket connections.SocketChannel A SocketChannel
.SocketProtocolFamily ProtocolFamily
implementation that is used by the different transport implementations. -
Classes in io.netty5.channel.socket used by io.netty5.channel.socket Class Description DatagramPacket The message container that is used forDatagramChannel
to communicate with the remote peer.ServerSocketChannel A SocketServerChannel
which accepts incoming Socket connections.SocketProtocolFamily ProtocolFamily
implementation that is used by the different transport implementations. -
Classes in io.netty5.channel.socket used by io.netty5.channel.socket.nio Class Description DatagramChannel A UDP/IPChannel
.ServerSocketChannel A SocketServerChannel
which accepts incoming Socket connections.SocketChannel A SocketChannel
. -
Classes in io.netty5.channel.socket used by io.netty5.channel.unix Class Description DatagramPacket The message container that is used forDatagramChannel
to communicate with the remote peer.DomainSocketAddress An address for a Unix Domain Socket.SocketProtocolFamily ProtocolFamily
implementation that is used by the different transport implementations. -
Classes in io.netty5.channel.socket used by io.netty5.handler.codec Class Description DatagramPacket The message container that is used forDatagramChannel
to communicate with the remote peer. -
Classes in io.netty5.channel.socket used by io.netty5.handler.codec.dns Class Description DatagramPacket The message container that is used forDatagramChannel
to communicate with the remote peer. -
Classes in io.netty5.channel.socket used by io.netty5.resolver.dns Class Description DatagramChannel A UDP/IPChannel
.SocketChannel A SocketChannel
.