public interface BgpNotificationMsg extends BgpMessage
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BgpNotificationMsg.Builder
Builder interface with get and set functions to build notification message.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Returns error data in notification message.
|
byte |
getErrorCode()
Returns errorCode in notification message.
|
byte |
getErrorSubCode()
Returns error subCode in notification message.
|
getHeader, getType, getVersion, writeTobyte getErrorCode()
byte getErrorSubCode()
byte[] getData()