public class UdpPacket extends Object
UdpPacket()
UdpPacket(byte[] data, Node remote)
byte[]
getData()
Node
getRemote()
long
getTime()
void
setData(byte[] data)
setRemote(Node remote)
setTime(long time)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UdpPacket()
public UdpPacket(byte[] data, Node remote)
public byte[] getData()
public Node getRemote()
public long getTime()
public void setData(byte[] data)
public void setRemote(Node remote)
public void setTime(long time)
Copyright © 2019. All rights reserved.