|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--SSF.OS.ProtocolMessage
|
+--SSF.OS.OSPFv2.LS_RequestPacket
This class implements an OSPF link state request packet. The following from RFC 2328 was not included: 1.) Version 2.) Packet length 3.) Checksum 4.) Authentication
| Constructor Summary | |
LS_RequestPacket()
|
|
| Method Summary | |
int |
bytecount()
Return the total size (in bytes) of this LS Request Packet body. |
void |
carryPayload(ProtocolMessage payload)
Append a ProtocolMessage to this ProtocolMessage. |
ProtocolMessage |
copy()
Return a copy of this LS Request Packet content. |
java.util.Vector |
getRequests()
return all requested LSA in terms of keys in a Vector. |
int |
header_bytecount()
Return the size (in bytes) of this header only, don't include a payload. |
boolean |
isEmpty()
Return true if there are no requests stored in this Packet else false. |
void |
put(java.lang.String key)
append the copy of a key of a requested LSA to the Vector requestedLSAs. |
java.lang.String |
toString()
|
| Methods inherited from class SSF.OS.ProtocolMessage |
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 |
| Constructor Detail |
public LS_RequestPacket()
| Method Detail |
public void put(java.lang.String key)
public java.util.Vector getRequests()
public boolean isEmpty()
public void carryPayload(ProtocolMessage payload)
ProtocolMessage
carryPayload in class ProtocolMessagepublic int bytecount()
bytecount in class ProtocolMessagepublic int header_bytecount()
header_bytecount in class ProtocolMessagepublic ProtocolMessage copy()
copy in class ProtocolMessagepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||