Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPTransportState
-
-
Uses of BGPTransportState in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that return BGPTransportState Modifier and Type Method Description BGPTransportState
ApplicationPeer. getBGPTransportState()
BGPTransportState
BGPPeer. getBGPTransportState()
BGPTransportState
BGPSessionImpl. getBGPTransportState()
-
Uses of BGPTransportState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPTransportState Modifier and Type Class Description class
BGPSessionStateImpl
Methods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPTransportState Modifier and Type Method Description BGPTransportState
BGPSessionStateProvider. 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 BGPTransportState Modifier and Type Method Description @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 BGPTransportState Modifier and Type Method Description static @Nullable Transport
NeighborUtil. buildTransport(@Nullable BGPTransportState neighbor)
Builds Transport State from BGPTransportState counters.
-