Class ReceivedPacket
java.lang.Object
com.trdp.network.ReceivedPacket
-
Constructor Summary
ConstructorsConstructorDescriptionReceivedPacket(byte[] data, int length, InetAddress sourceAddress, int sourcePort) -
Method Summary
-
Constructor Details
-
ReceivedPacket
-
-
Method Details
-
getData
public byte[] getData() -
getLength
public int getLength() -
getSourceAddress
-
getSourcePort
public int getSourcePort()
-