Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceConnectedHandler
Packages that use DeviceConnectedHandler
Package
Description
-
Uses of DeviceConnectedHandler in org.opendaylight.openflowplugin.api.openflow.connection
Methods in org.opendaylight.openflowplugin.api.openflow.connection with parameters of type DeviceConnectedHandlerModifier and TypeMethodDescriptionvoid
ConnectionManager.setDeviceConnectedHandler
(DeviceConnectedHandler deviceConnectedHandler) Method registers handler responsible handling operations related to connected device after device is connected. -
Uses of DeviceConnectedHandler in org.opendaylight.openflowplugin.api.openflow.lifecycle
Subinterfaces of DeviceConnectedHandler in org.opendaylight.openflowplugin.api.openflow.lifecycleModifier and TypeInterfaceDescriptioninterface
Generic interface for context chain holder, hold all created context chains. -
Uses of DeviceConnectedHandler in org.opendaylight.openflowplugin.impl.connection
Methods in org.opendaylight.openflowplugin.impl.connection with parameters of type DeviceConnectedHandlerModifier and TypeMethodDescriptionvoid
ConnectionManagerImpl.setDeviceConnectedHandler
(DeviceConnectedHandler deviceConnectedHandler) -
Uses of DeviceConnectedHandler in org.opendaylight.openflowplugin.impl.connection.listener
Constructors in org.opendaylight.openflowplugin.impl.connection.listener with parameters of type DeviceConnectedHandlerModifierConstructorDescriptionHandshakeListenerImpl
(ConnectionContext connectionContext, DeviceConnectedHandler deviceConnectedHandler) Constructor. -
Uses of DeviceConnectedHandler in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement DeviceConnectedHandler