public class BgpFactoryVer4 extends Object implements BgpFactory
| Modifier and Type | Field and Description |
|---|---|
static BgpFactoryVer4 |
INSTANCE |
| Constructor and Description |
|---|
BgpFactoryVer4() |
| 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.
|
public static final BgpFactoryVer4 INSTANCE
public BgpOpenMsg.Builder openMessageBuilder()
BgpFactoryopenMessageBuilder in interface BgpFactorypublic BgpKeepaliveMsg.Builder keepaliveMessageBuilder()
BgpFactorykeepaliveMessageBuilder in interface BgpFactorypublic BgpNotificationMsg.Builder notificationMessageBuilder()
BgpFactorynotificationMessageBuilder in interface BgpFactorypublic BgpUpdateMsg.Builder updateMessageBuilder()
BgpFactoryupdateMessageBuilder in interface BgpFactorypublic BgpMessageReader<BgpMessage> getReader()
BgpFactorygetReader in interface BgpFactorypublic BgpVersion getVersion()
BgpFactorygetVersion in interface BgpFactoryCopyright © 2016. All rights reserved.