| Package | Description |
|---|---|
| org.onosproject.bgpio.protocol |
BGP Protocol specific components.
|
| org.onosproject.bgpio.protocol.ver4 |
BGP Protocol specific details of version 4.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BgpKeepaliveMsg
Abstraction of an entity providing BGP Keepalive Message.
|
interface |
BgpNotificationMsg
Abstraction of an entity providing BGP notification message.
|
interface |
BgpOpenMsg
Abstraction of an entity providing BGP Open Message.
|
interface |
BgpUpdateMsg
Abstraction of an entity providing BGP Update Message.
|
| Modifier and Type | Method and Description |
|---|---|
BgpMessage |
BgpMessage.Builder.build()
Builds BGP Message.
|
| Modifier and Type | Method and Description |
|---|---|
static BgpMessageReader<BgpMessage> |
BgpFactories.getGenericReader()
Returns BGP messsage generic reader.
|
BgpMessageReader<BgpMessage> |
BgpFactory.getReader()
Gets the BGP message reader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BgpKeepaliveMsgVer4
Provides BGP keep alive message.
|
class |
BgpOpenMsgVer4
Provides BGP open message.
|
class |
BgpUpdateMsgVer4
BGP Update Message: UPDATE messages are used to transfer routing information
between BGP peers.
|
| Modifier and Type | Method and Description |
|---|---|
BgpMessageReader<BgpMessage> |
BgpFactoryVer4.getReader() |
Copyright © 2016. All rights reserved.