| Interface | Description |
|---|---|
| BgpFactory |
Abstraction of an message factory providing builder functions to BGP messages
and objects.
|
| BgpKeepaliveMsg |
Abstraction of an entity providing BGP Keepalive Message.
|
| BgpKeepaliveMsg.Builder |
Builder interface with get and set functions to build Keepalive message.
|
| BgpLinkLsNlri |
Abstraction of an entity providing BGP-LS Link NLRI.
|
| BgpLSNlri |
Abstraction of an entity providing BGP-LS NLRI.
|
| BgpMessage |
Abstraction of an entity providing BGP Messages.
|
| BgpMessage.Builder |
Builder interface with get and set functions to build BGP Message.
|
| BgpMessageReader<T> |
Abstraction of an entity providing BGP Message Reader.
|
| BgpMessageWriter<T> |
Abstraction of an entity providing BGP Message Writer.
|
| BgpNodeLSNlri |
Abstraction of an entity providing BGP-LS Node NLRI.
|
| BgpNotificationMsg |
Abstraction of an entity providing BGP notification message.
|
| BgpNotificationMsg.Builder |
Builder interface with get and set functions to build notification message.
|
| BgpOpenMsg |
Abstraction of an entity providing BGP Open Message.
|
| BgpOpenMsg.Builder |
Builder interface with get and set functions to build Open message.
|
| BgpPrefixLSNlri |
Abstraction of an entity providing BGP-LS Prefix NLRI.
|
| BgpUpdateMsg |
Abstraction of an entity providing BGP Update Message.
|
| BgpUpdateMsg.Builder |
Builder interface with set functions to build update message.
|
| IgpRouterId |
Provides Abstraction of IGP RouterID TLV.
|
| Writeable |
Abstraction of an entity providing functionality to write byte streams of
Messages to channel buffer.
|
| Class | Description |
|---|---|
| BgpFactories |
Abstraction to provide the version for BGP.
|
| Enum | Description |
|---|---|
| BgpType |
Enum to Provide the Different types of BGP messages.
|
| BgpVersion |
Enum to provide BGP Message Version.
|
| NlriType |
Enum to Provide the Different BGP-LS NLRI types.
|