Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPPeerMessagesState
-
-
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPPeerMessagesState Modifier and Type Class Description classApplicationPeerApplication Peer is a special case of BGP peer.classBGPPeerClass representing a peer. -
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPPeerMessagesState Modifier and Type Class Description classBGPPeerStateImplMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPPeerMessagesState Modifier and Type Method Description BGPPeerMessagesStateBGPPeerStateImpl. getBGPPeerMessagesState() -
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPPeerMessagesState Modifier and Type Method Description @Nullable BGPPeerMessagesStateBGPPeerState. getBGPPeerMessagesState()BGP Message Operational State. -
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state with parameters of type BGPPeerMessagesState Modifier and Type Method Description static @NonNull BgpNeighborStateAugmentationNeighborUtil. buildMessageState(@NonNull BGPPeerMessagesState neighbor)Builds Bgp Neighbor State containing Message State.static @Nullable StateNeighborUtil. buildNeighborState(@Nullable BGPSessionState sessionState, BGPPeerMessagesState bgpPeerMessagesState)Builds Neighbor State from BGPPeerState counters.
-