| Class | Description |
|---|---|
| AsNumberUtil | |
| BgpExtendedMessageUtil | |
| BgpTableTypeImpl |
Utility class identifying a BGP table type.
|
| GracefulRestartUtil |
Utility class for dealing with Graceful Restart.
|
| Enum | Description |
|---|---|
| BGPError |
Possible errors from implemented RFCs and drafts.
|
| Exception | Description |
|---|---|
| AbstractBGPException |
Abstract class supporting common aspects of
BGPDocumentedException and BGPTreatAsWithdrawException. |
| BGPDocumentedException |
There are several errors documented in RFC4271 or in draft, that have specific meaning for the BGP.
|
| BGPParsingException |
Used when something occurs during the parsing to get Update Message.
|
| BGPTreatAsWithdrawException |
An exception thrown when the parsing of an attribute results in treat-as-withdraw being applied to the UPDATE
message, as per the rules in RFC7606 and related documents.
|
Copyright © 2020 OpenDaylight. All rights reserved.