Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPSessionState
Packages that use BGPSessionState
Package
Description
-
Uses of BGPSessionState in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that return BGPSessionStateModifier and TypeMethodDescriptionApplicationPeer.getBGPSessionState()
BGPPeer.getBGPSessionState()
BGPSessionImpl.getBGPSessionState()
-
Uses of BGPSessionState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPSessionStateMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPSessionStateModifier and TypeMethodDescriptionBGPSessionStateProvider.getBGPSessionState()
BGP Operational Session State. -
Uses of BGPSessionState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPSessionStateModifier and TypeMethodDescription@Nullable BGPSessionState
BGPPeerState.getBGPSessionState()
BGP Session Operational State. -
Uses of BGPSessionState in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state with parameters of type BGPSessionStateModifier 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.