Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPSessionState
-
-
Uses of BGPSessionState in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that return BGPSessionState Modifier and Type Method Description BGPSessionState
ApplicationPeer. getBGPSessionState()
BGPSessionState
BGPPeer. getBGPSessionState()
BGPSessionState
BGPSessionImpl. getBGPSessionState()
-
Uses of BGPSessionState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPSessionState Modifier and Type Class Description class
BGPSessionStateImpl
Methods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPSessionState Modifier and Type Method Description BGPSessionState
BGPSessionStateProvider. 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 BGPSessionState Modifier and Type Method Description @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 BGPSessionState Modifier and Type Method Description static 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 List<Class<? extends BgpCapability>>
NeighborUtil. buildSupportedCapabilities(@NonNull BGPSessionState neighbor)
Builds List of BgpCapability supported capabilities.
-