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 BGPTransportStateApplicationPeer. getBGPTransportState()BGPTransportStateBGPPeer. getBGPTransportState()BGPTransportStateBGPSessionImpl. 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 classBGPSessionStateImplMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPTransportState Modifier and Type Method Description BGPTransportStateBGPSessionStateProvider. 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 BGPTransportStateBGPPeerState. 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 TransportNeighborUtil. buildTransport(@Nullable BGPTransportState neighbor)Builds Transport State from BGPTransportState counters.
-