public interface BgpFactory
| Modifier and Type | Method and Description |
|---|---|
BgpMessageReader<BgpMessage> |
getReader()
Gets the BGP message reader.
|
BgpVersion |
getVersion()
Returns BGP version.
|
BgpKeepaliveMsg.Builder |
keepaliveMessageBuilder()
Gets the builder object for a keepalive message.
|
BgpNotificationMsg.Builder |
notificationMessageBuilder()
Gets the builder object for a notification message.
|
BgpOpenMsg.Builder |
openMessageBuilder()
Gets the builder object for a open message.
|
BgpUpdateMsg.Builder |
updateMessageBuilder()
Gets the builder object for a update message.
|
BgpOpenMsg.Builder openMessageBuilder()
BgpKeepaliveMsg.Builder keepaliveMessageBuilder()
BgpNotificationMsg.Builder notificationMessageBuilder()
BgpUpdateMsg.Builder updateMessageBuilder()
BgpMessageReader<BgpMessage> getReader()
BgpVersion getVersion()