Uses of Enum Class
org.opendaylight.openflowplugin.api.openflow.connection.ConnectionStatus
Package
Description
-
Uses of ConnectionStatus in org.opendaylight.openflowplugin.api.openflow.connection
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionContextChainHolderImpl.deviceConnected
(ConnectionContext connectionContext)