Uses of Class
org.opendaylight.protocol.bgp.rib.spi.State
-
-
Uses of State in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that return State Modifier and Type Method Description StateBGPSessionImpl. getState() -
Uses of State in org.opendaylight.protocol.bgp.rib.impl.spi
Methods in org.opendaylight.protocol.bgp.rib.impl.spi with parameters of type State Modifier and Type Method Description voidBGPSessionStateListener. setSessionState(@NonNull State state)Fired when session state changes. -
Uses of State in org.opendaylight.protocol.bgp.rib.impl.state
Methods in org.opendaylight.protocol.bgp.rib.impl.state that return State Modifier and Type Method Description StateBGPSessionStateImpl. getSessionState()Methods in org.opendaylight.protocol.bgp.rib.impl.state with parameters of type State Modifier and Type Method Description voidBGPSessionStateImpl. setSessionState(State state) -
Uses of State in org.opendaylight.protocol.bgp.rib.spi
Methods in org.opendaylight.protocol.bgp.rib.spi that return State Modifier and Type Method Description static StateState. forValue(short value)static StateState. valueOf(String name)Returns the enum constant of this type with the specified name.static State[]State. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of State in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return State Modifier and Type Method Description StateBGPSessionState. getSessionState()Internal session state.
-