Uses of Class
org.opendaylight.openflowplugin.api.openflow.connection.ConnectionStatus
-
-
Uses of ConnectionStatus in org.opendaylight.openflowplugin.api.openflow.connection
Methods in org.opendaylight.openflowplugin.api.openflow.connection that return ConnectionStatus Modifier and Type Method Description static ConnectionStatusConnectionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionStatus[]ConnectionStatus. values()Returns an array containing the constants of this enum type, 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 ConnectionStatus Modifier and Type Method Description ConnectionStatusDeviceConnectedHandler. 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 ConnectionStatus Modifier and Type Method Description ConnectionStatusContextChainHolderImpl. deviceConnected(ConnectionContext connectionContext)
-