public interface DatagramPacket
Modifier and Type | Method and Description |
---|---|
Buffer |
data()
Returns the data of the
DatagramPacket |
SocketAddress |
sender()
Returns the
SocketAddress of the sender that sent
this DatagramPacket . |
SocketAddress sender()
SocketAddress
of the sender that sent
this DatagramPacket
.Buffer data()
DatagramPacket
Copyright © 2023 Eclipse. All rights reserved.