Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceConnectedHandler
-
-
Uses of DeviceConnectedHandler in org.opendaylight.openflowplugin.api.openflow.connection
Methods in org.opendaylight.openflowplugin.api.openflow.connection with parameters of type DeviceConnectedHandler Modifier and Type Method Description void
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.lifecycle Modifier and Type Interface Description interface
ContextChainHolder
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 DeviceConnectedHandler Modifier and Type Method Description void
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 DeviceConnectedHandler Constructor Description HandshakeListenerImpl(ConnectionContext connectionContext, DeviceConnectedHandler deviceConnectedHandler)
Constructor. -
Uses of DeviceConnectedHandler in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement DeviceConnectedHandler Modifier and Type Class Description class
ContextChainHolderImpl
-