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 SocketServerChannel
which accepts incoming Socket connections.SocketChannel A SocketChannel
. -
Class Summary Class Description DatagramPacket The message container that is used forDatagramChannel
to communicate with the remote peer.DomainSocketAddress An address for a Unix Domain Socket. -
Enum Summary Enum Description SocketProtocolFamily ProtocolFamily
implementation that is used by the different transport implementations.