Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPPeerMessagesState
Packages that use BGPPeerMessagesState
Package
Description
-
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPPeerMessagesStateModifier and TypeClassDescriptionclassApplication Peer is a special case of BGP peer.classClass 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 BGPPeerMessagesStateMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPPeerMessagesStateModifier and TypeMethodDescriptionfinal BGPPeerMessagesStateBGPPeerStateImpl.getBGPPeerMessagesState() -
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPPeerMessagesStateModifier and TypeMethodDescription@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 BGPPeerMessagesStateModifier and TypeMethodDescriptionstatic @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.