|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--SSF.OS.ProtocolMessage
|
+--gov.nist.antd.mpls.signaling.information.MPLSSignalingMessage
Shim Message Format.
This class was developed at the National Institute of Standards and Technology by employees of the Federal Government and the Towson University by student in the course of their official duties. Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain. NIST assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic.
We would appreciate acknowledgement if the software is used.
NIST ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND DISCLAIM ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
| Field Summary | |
int |
MessageID
Field MessageID |
short |
MessageType
STANDARD CLASS VARIABLES |
int |
nextHopIpaddr
Field nextHopIpaddr - Next Hop IP address |
double |
packetDelay
Field packetDelay - Packet Delay |
S_CRLDP |
peerCRLDP
Field peerCRLDP - Peer Node's CR-LDP module |
double |
SendingTime
Field SendingTime - Packet Sending time stamp |
MPLSSignalingInfo |
SigInfo
Field SigInfo |
int |
StatusCode
Field StatusCode |
long |
Time_stamp
Non-STANDARD/InterNode Simulation CLASS VARIABLES |
| Fields inherited from class SSF.OS.ProtocolMessage |
|
| Constructor Summary | |
MPLSSignalingMessage()
CONSTRUCTORS |
|
MPLSSignalingMessage(MPLSSignalingInfo sinfo)
Constructor MPLSSignalingMessage |
|
MPLSSignalingMessage(short messagetype)
Constructor MPLSSignalingMessage |
|
MPLSSignalingMessage(short messagetype,
MPLSSignalingInfo sinfo,
int scode)
Constructor MPLSSignalingMessage |
|
| Method Summary | |
int |
bytecount()
Returns the total number of bytes in this Shim packet. |
MPLSSignalingInfo |
getMPLSSignalingInfo()
Method getMPLSSignalingInfo Return MPLS Signaling information |
int |
header_bytecount()
Method header_bytecount |
java.lang.String |
toString()
Method toString |
| 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 |
| Field Detail |
public short MessageType
public int MessageID
public MPLSSignalingInfo SigInfo
public int StatusCode
public long Time_stamp
public S_CRLDP peerCRLDP
public double packetDelay
public int nextHopIpaddr
public double SendingTime
| Constructor Detail |
public MPLSSignalingMessage()
public MPLSSignalingMessage(short messagetype)
messagetype - public MPLSSignalingMessage(MPLSSignalingInfo sinfo)
sinfo -
public MPLSSignalingMessage(short messagetype,
MPLSSignalingInfo sinfo,
int scode)
messagetype - sinfo - scode - | Method Detail |
public MPLSSignalingInfo getMPLSSignalingInfo()
public java.lang.String toString()
toString in class java.lang.Objectpublic int header_bytecount()
header_bytecount in class ProtocolMessagepublic int bytecount()
bytecount in class ProtocolMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||