|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--SSF.OS.ProtocolMessage
|
+--SSF.OS.BGP4.Comm.Message
|
+--SSF.OS.BGP4.Comm.KeepAliveMessage
A BGP KeepAlive message. BGP KeepAlive messages contain no fields in addition to the header fields. This class is here for completeness only.
| Field Summary |
| Fields inherited from class SSF.OS.BGP4.Comm.Message |
KEEPALIVE, nh, NOTICEUPDATE, NOTIFICATION, OCTETS_IN_HEADER, OPEN, RUN, STARTSTOP, TIMEOUT, TRANSPORT, typ, typeNames, UPDATE, version |
| Constructor Summary | |
KeepAliveMessage()
Empty constructor. |
|
KeepAliveMessage(java.lang.String nh)
Constructs a KeepAlive message by calling the parent class constructor. |
|
| Method Summary | |
int |
body_bytecount()
Returns the number of octets (bytes) in the message body, which is zero for a KeepAlive message. |
| Methods inherited from class SSF.OS.BGP4.Comm.Message |
bytecount, header_bytecount, readExternal, toString, type2str, version, writeExternal |
| Methods inherited from class SSF.OS.ProtocolMessage |
carryPayload, copy, dropHeader, dropPayload, frombytes, fromVersion, payload, previous, size, tobytes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public KeepAliveMessage()
public KeepAliveMessage(java.lang.String nh)
nh - The NH part of the NHI address of the sender of this message.| Method Detail |
public int body_bytecount()
body_bytecount in class Message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||