| 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 | Method and Description |
|---|---|
BgpVersion |
BgpUpdateMsg.getVersion() |
BgpVersion |
BgpOpenMsg.getVersion() |
BgpVersion |
BgpMessage.getVersion()
Returns version of BGP Message.
|
BgpVersion |
BgpKeepaliveMsg.getVersion() |
BgpVersion |
BgpFactory.getVersion()
Returns BGP version.
|
static BgpVersion |
BgpVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BgpVersion[] |
BgpVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BgpFactory |
BgpFactories.getFactory(BgpVersion version)
Returns the instance of BGP Version.
|
| Modifier and Type | Method and Description |
|---|---|
BgpVersion |
BgpUpdateMsgVer4.getVersion() |
BgpVersion |
BgpOpenMsgVer4.getVersion() |
BgpVersion |
BgpKeepaliveMsgVer4.getVersion() |
BgpVersion |
BgpFactoryVer4.getVersion() |
Copyright © 2016. All rights reserved.