Uses of Package
io.netty5.channel.socket
-
Packages that use io.netty5.channel.socket Package Description 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). -
Classes in io.netty5.channel.socket used by io.netty5.channel.socket Class Description DatagramPacket The message container that is used forDatagramChannelto communicate with the remote peer.ServerSocketChannel A SocketServerChannelwhich accepts incoming Socket connections.SocketProtocolFamily ProtocolFamilyimplementation 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 SocketServerChannelwhich accepts incoming Socket connections.SocketChannel A SocketChannel.