Uses of Enum Class
org.opendaylight.openflowplugin.api.openflow.connection.ConnectionStatus
Packages that use ConnectionStatus
Package
Description
-
Uses of ConnectionStatus in org.opendaylight.openflowplugin.api.openflow.connection
Methods in org.opendaylight.openflowplugin.api.openflow.connection that return ConnectionStatusModifier and TypeMethodDescriptionstatic ConnectionStatus
Returns the enum constant of this class with the specified name.static ConnectionStatus[]
ConnectionStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConnectionStatus in org.opendaylight.openflowplugin.api.openflow.device.handlers
Methods in org.opendaylight.openflowplugin.api.openflow.device.handlers that return ConnectionStatusModifier and TypeMethodDescriptionDeviceConnectedHandler.deviceConnected
(ConnectionContext connectionContext) Method is used to propagate information about established connection with device. -
Uses of ConnectionStatus in org.opendaylight.openflowplugin.impl.lifecycle
Methods in org.opendaylight.openflowplugin.impl.lifecycle that return ConnectionStatusModifier and TypeMethodDescriptionContextChainHolderImpl.deviceConnected
(ConnectionContext connectionContext)