Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPTransportState
Packages that use BGPTransportState
Package
Description
-
Uses of BGPTransportState in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that return BGPTransportStateModifier and TypeMethodDescriptionApplicationPeer.getBGPTransportState()
BGPPeer.getBGPTransportState()
BGPSessionImpl.getBGPTransportState()
-
Uses of BGPTransportState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPTransportStateMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPTransportStateModifier and TypeMethodDescriptionBGPSessionStateProvider.getBGPTransportState()
BGP Operational Transport State. -
Uses of BGPTransportState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPTransportStateModifier and TypeMethodDescription@Nullable BGPTransportState
BGPPeerState.getBGPTransportState()
BGP Operational Transport State. -
Uses of BGPTransportState in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state with parameters of type BGPTransportStateModifier and TypeMethodDescriptionstatic @Nullable Transport
NeighborUtil.buildTransport
(@Nullable BGPTransportState neighbor) Builds Transport State from BGPTransportState counters.