SSF.OS
Class IpHeader
java.lang.Object
|
+--SSF.OS.ProtocolMessage
|
+--SSF.OS.IpHeader
- Direct Known Subclasses:
- IpHeader
- public synchronized class IpHeader
- extends ProtocolMessage
| Methods inherited from class SSF.OS.ProtocolMessage |
carryPayload, copy, dropHeader, dropPayload, frombytes, fromVersion, payload, previous, size, tobytes, version |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
SOURCE_IP
public int SOURCE_IP
DEST_IP
public int DEST_IP
PROTOCOL_NO
public int PROTOCOL_NO
TOS
public byte TOS
THROUGHPUT_BIT_MASK
public static final byte THROUGHPUT_BIT_MASK
- See Also:
- Constant Field Values
DELAY_BIT_MASK
public static final byte DELAY_BIT_MASK
- See Also:
- Constant Field Values
TIME_TO_LIVE
public int TIME_TO_LIVE
DEFAULT_TIME_TO_LIVE
public static final int DEFAULT_TIME_TO_LIVE
- See Also:
- Constant Field Values
NEXT_HOP_IP
public int NEXT_HOP_IP
measurementBucket
private java.lang.Object measurementBucket
IpHeader
public IpHeader(int,
int,
int,
int)
IpHeader
public IpHeader(int,
int,
int)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
header_bytecount
public int header_bytecount()
- Overrides:
header_bytecount in class ProtocolMessage
bytecount
public int bytecount()
- Overrides:
bytecount in class ProtocolMessage
setMeasurementBucket
public void setMeasurementBucket(java.lang.Object)
getMeasurementBucket
public java.lang.Object getMeasurementBucket()