A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
Anything
Object
DatagramPacket
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
DatagramPacket(DatagramPacket unknown) |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Methods | |
data | shared default Buffer data() Returns the data of the DatagramPacket |
sender | shared default SocketAddress sender() Returns the SocketAddress of the sender that sent this DatagramPacket. |
Inherited Methods |
Methods inherited from: Object equals |