| 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 |
|---|---|
BgpNotificationMsg.Builder |
BgpFactory.notificationMessageBuilder()
Gets the builder object for a notification message.
|
BgpNotificationMsg.Builder |
BgpNotificationMsg.Builder.setData(byte[] data)
Sets error data in notification message and return its builder.
|
BgpNotificationMsg.Builder |
BgpNotificationMsg.Builder.setErrorCode(byte errorCode)
Sets errorCode in notification message and return its builder.
|
BgpNotificationMsg.Builder |
BgpNotificationMsg.Builder.setErrorSubCode(byte errorSubCode)
Sets error subCode in notification message and return its builder.
|
| Modifier and Type | Method and Description |
|---|---|
BgpNotificationMsg.Builder |
BgpFactoryVer4.notificationMessageBuilder() |
Copyright © 2016. All rights reserved.