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.implMethods 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.stateClasses 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.stateMethods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPTransportStateModifier and TypeMethodDescription@Nullable BGPTransportStateBGPPeerState.getBGPTransportState()BGP Operational Transport State.
- 
Uses of BGPTransportState in org.opendaylight.protocol.bgp.stateMethods in org.opendaylight.protocol.bgp.state with parameters of type BGPTransportStateModifier and TypeMethodDescriptionstatic @Nullable TransportNeighborUtil.buildTransport(@Nullable BGPTransportState neighbor) Builds Transport State from BGPTransportState counters.