Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPErrorHandlingState
-
-
Uses of BGPErrorHandlingState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPErrorHandlingState Modifier and Type Class Description class
ApplicationPeer
Application Peer is a special case of BGP peer.class
BGPPeer
Class representing a peer. -
Uses of BGPErrorHandlingState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPErrorHandlingState Modifier and Type Class Description class
BGPPeerStateImpl
-
Uses of BGPErrorHandlingState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPErrorHandlingState Modifier and Type Method Description @NonNull BGPErrorHandlingState
BGPPeerState. getBGPErrorHandlingState()
Error Handling State. -
Uses of BGPErrorHandlingState in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state with parameters of type BGPErrorHandlingState Modifier and Type Method Description static ErrorHandling
NeighborUtil. buildErrorHandling(@Nullable BGPErrorHandlingState errorHandlingState)
Builds Error Handling State from BGPPeerState counters.
-