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