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.connectionMethods in org.opendaylight.openflowplugin.api.openflow.connection with parameters of type DeviceConnectedHandlerModifier and TypeMethodDescriptionvoidConnectionManager.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.lifecycleSubinterfaces of DeviceConnectedHandler in org.opendaylight.openflowplugin.api.openflow.lifecycleModifier and TypeInterfaceDescriptioninterfaceGeneric interface for context chain holder, hold all created context chains.
- 
Uses of DeviceConnectedHandler in org.opendaylight.openflowplugin.impl.connectionMethods in org.opendaylight.openflowplugin.impl.connection with parameters of type DeviceConnectedHandlerModifier and TypeMethodDescriptionvoidConnectionManagerImpl.setDeviceConnectedHandler(DeviceConnectedHandler deviceConnectedHandler) 
- 
Uses of DeviceConnectedHandler in org.opendaylight.openflowplugin.impl.connection.listenerConstructors 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.lifecycleClasses in org.opendaylight.openflowplugin.impl.lifecycle that implement DeviceConnectedHandler