Module io.netty5.transport
Package io.netty5.channel.socket
Abstract TCP and UDP socket interfaces which extend the core channel API.
-
Interface Summary Interface Description DatagramChannel A UDP/IPChannel.ServerSocketChannel A SocketServerChannelwhich accepts incoming Socket connections.SocketChannel A SocketChannel. -
Class Summary Class Description DatagramPacket The message container that is used forDatagramChannelto communicate with the remote peer.DomainSocketAddress An address for a Unix Domain Socket. -
Enum Summary Enum Description SocketProtocolFamily ProtocolFamilyimplementation that is used by the different transport implementations.