Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceDisconnectedHandler
-
-
Uses of DeviceDisconnectedHandler in org.opendaylight.openflowplugin.api.openflow.connection
Methods in org.opendaylight.openflowplugin.api.openflow.connection with parameters of type DeviceDisconnectedHandler Modifier and Type Method Description voidConnectionContext. setDeviceDisconnectedHandler(DeviceDisconnectedHandler deviceDisconnectedHandler)Method sets handler for handling closing connections.voidConnectionManager. setDeviceDisconnectedHandler(DeviceDisconnectedHandler deviceDisconnectedHandler)Method registers handler responsible handling device disconnected event. -
Uses of DeviceDisconnectedHandler in org.opendaylight.openflowplugin.api.openflow.lifecycle
Subinterfaces of DeviceDisconnectedHandler in org.opendaylight.openflowplugin.api.openflow.lifecycle Modifier and Type Interface Description interfaceContextChainHolderGeneric interface for context chain holder, hold all created context chains. -
Uses of DeviceDisconnectedHandler in org.opendaylight.openflowplugin.impl.connection
Methods in org.opendaylight.openflowplugin.impl.connection with parameters of type DeviceDisconnectedHandler Modifier and Type Method Description voidConnectionContextImpl. setDeviceDisconnectedHandler(DeviceDisconnectedHandler deviceDisconnectedHandler)voidConnectionManagerImpl. setDeviceDisconnectedHandler(DeviceDisconnectedHandler deviceDisconnectedHandler) -
Uses of DeviceDisconnectedHandler in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement DeviceDisconnectedHandler Modifier and Type Class Description classContextChainHolderImpl
-