Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPSessionState
Package
Description
-
Uses of BGPSessionState in org.opendaylight.protocol.bgp.rib.impl
Modifier and TypeMethodDescriptionApplicationPeer.getBGPSessionState()
BGPPeer.getBGPSessionState()
BGPSessionImpl.getBGPSessionState()
-
Uses of BGPSessionState in org.opendaylight.protocol.bgp.rib.impl.state
Modifier and TypeMethodDescriptionBGPSessionStateProvider.getBGPSessionState()
BGP Operational Session State. -
Uses of BGPSessionState in org.opendaylight.protocol.bgp.rib.spi.state
Modifier and TypeMethodDescription@Nullable BGPSessionState
BGPPeerState.getBGPSessionState()
BGP Session Operational State. -
Uses of BGPSessionState in org.opendaylight.protocol.bgp.state
Modifier and TypeMethodDescriptionstatic NeighborStateAugmentation
NeighborUtil.buildCapabilityState
(@NonNull BGPSessionState neighbor) Builds Neighbor State containing Capabilities State, session State.static @Nullable State
NeighborUtil.buildNeighborState
(@Nullable BGPSessionState sessionState, BGPPeerMessagesState bgpPeerMessagesState) Builds Neighbor State from BGPPeerState counters.static @NonNull Set<BgpCapability>
NeighborUtil.buildSupportedCapabilities
(@NonNull BGPSessionState neighbor) Builds List of BgpCapability supported capabilities.