Interface BGPSessionStateListener
- All Superinterfaces:
BGPMessagesListener
- All Known Implementing Classes:
BGPSessionStateImpl
BGP Operational Session State Listener.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
advertizeCapabilities
(int holdTimerValue, @NonNull SocketAddress remoteAddress, @NonNull SocketAddress localAddress, @NonNull Set<BgpTableType> tableTypes, @NonNull List<BgpParameters> bgpParameters) Advertize Session capabilities.void
setSessionState
(@NonNull State state) Fired when session state changes.Methods inherited from interface org.opendaylight.protocol.bgp.rib.impl.spi.BGPMessagesListener
messageReceived, messageSent
-
Method Details
-
advertizeCapabilities
void advertizeCapabilities(int holdTimerValue, @NonNull SocketAddress remoteAddress, @NonNull SocketAddress localAddress, @NonNull Set<BgpTableType> tableTypes, @NonNull List<BgpParameters> bgpParameters) Advertize Session capabilities.- Parameters:
holdTimerValue
- hold TimerremoteAddress
- remote AddresslocalAddress
- local AddresstableTypes
- supported familiesbgpParameters
- bgp capabilities
-
setSessionState
Fired when session state changes.- Parameters:
state
- session state
-