|
||||||||||
| 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.Timing.TimeoutMessage
Used to notify BGP that a timeout has occurred (one of the BGP timers has expired).
| Field Summary | |
java.lang.String |
nh
The NHI prefix of the peer to whom this timeout is relevant. |
int |
to_type
Indicates the type of timeout that occurred (possible types are listed in class BGPSession). |
| Fields inherited from class SSF.OS.BGP4.Comm.Message |
KEEPALIVE, NOTICEUPDATE, NOTIFICATION, OCTETS_IN_HEADER, OPEN, RUN, STARTSTOP, TIMEOUT, TRANSPORT, typ, typeNames, UPDATE, version |
| Constructor Summary | |
TimeoutMessage(int tt,
java.lang.String nhipre)
Initialize the message data. |
|
| Methods inherited from class SSF.OS.BGP4.Comm.Message |
body_bytecount, 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 |
| Field Detail |
public int to_type
public java.lang.String nh
| Constructor Detail |
public TimeoutMessage(int tt,
java.lang.String nhipre)
tt - The type of timeout.nhipre - The NHI prefix of the peer to whom this timeout is
relevant.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||