|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.camelspotting.jotl.udp.PacketMetadata
public class PacketMetadata
Method Summary | |
---|---|
int |
getLength()
The specified length of data packet |
PacketType |
getType()
The specified data packet type |
int |
getVersion()
The specified UDP version of the data packet |
static PacketMetadata |
parseMetadata(byte[] input)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getLength()
public PacketType getType()
public int getVersion()
public String toString()
toString
in class Object
public static PacketMetadata parseMetadata(byte[] input)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |