Interface | Description |
---|---|
DatagramPacket |
A received Datagram packet (UDP) which contains the data and information about the sender of the data itself.
|
DatagramSocket |
A Datagram socket which can be used to send
DatagramPacket 's to remote Datagram servers and receive DatagramPacket s . |
Enum | Description |
---|---|
InternetProtocolFamily |
Internet Protocol (IP) families used by
DatagramSocket . |