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 BGPSessionStateApplicationPeer. getBGPSessionState()BGPSessionStateBGPPeer. getBGPSessionState()BGPSessionStateBGPSessionImpl. 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 classBGPSessionStateImplMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPSessionState Modifier and Type Method Description BGPSessionStateBGPSessionStateProvider. 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 BGPSessionStateBGPPeerState. 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 NeighborStateAugmentationNeighborUtil. buildCapabilityState(@NonNull BGPSessionState neighbor)Builds Neighbor State containing Capabilities State, session State.static @Nullable StateNeighborUtil. 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.
-