| 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 |
|---|---|
BgpOpenMsg.Builder |
BgpFactory.openMessageBuilder()
Gets the builder object for a open message.
|
BgpOpenMsg.Builder |
BgpOpenMsg.Builder.setAsNumber(short asNumber)
Sets AS number in Open Message and return its builder.
|
BgpOpenMsg.Builder |
BgpOpenMsg.Builder.setBgpId(int bgpId)
Sets BGP Identifier in Open Message and return its builder.
|
BgpOpenMsg.Builder |
BgpOpenMsg.Builder.setCapabilityTlv(LinkedList<BgpValueType> capabilityTlv)
Sets capabilities in Open Message and return its builder.
|
BgpOpenMsg.Builder |
BgpOpenMsg.Builder.setFlowSpecCapabilityTlv(boolean isFlowSpecCapabilitySet)
Sets flow specification capability and return its builder.
|
BgpOpenMsg.Builder |
BgpOpenMsg.Builder.setHeader(BgpHeader bgpMsgHeader) |
BgpOpenMsg.Builder |
BgpOpenMsg.Builder.setHoldTime(short holdtime)
Sets hold time in Open Message and return its builder.
|
BgpOpenMsg.Builder |
BgpOpenMsg.Builder.setLargeAsCapabilityTlv(boolean isLargeAsCapabilitySet)
Sets isLargeAsCapabilityTlvSet and return its builder.
|
BgpOpenMsg.Builder |
BgpOpenMsg.Builder.setLsCapabilityTlv(boolean isLsCapabilitySet)
Sets isLsCapabilityTlvSet and return its builder.
|
BgpOpenMsg.Builder |
BgpOpenMsg.Builder.setVpnFlowSpecCapabilityTlv(boolean isVpnFlowSpecCapabilitySet)
Sets VPN flow specification capability and return its builder.
|
| Modifier and Type | Method and Description |
|---|---|
BgpOpenMsg.Builder |
BgpFactoryVer4.openMessageBuilder() |
Copyright © 2016. All rights reserved.