public class UDPSocket.Packet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
bytes
The number of bytes of valid data
|
io.netty.buffer.ByteBuf |
data
Your
ByteBuf of data |
java.net.InetSocketAddress |
remoteEndpoint
The remote endpoint, where this datagram comes from
|