Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceReplyProcessor
Packages that use DeviceReplyProcessor
Package
Description
- 
Uses of DeviceReplyProcessor in org.opendaylight.openflowplugin.api.openflow.deviceSubinterfaces of DeviceReplyProcessor in org.opendaylight.openflowplugin.api.openflow.deviceModifier and TypeInterfaceDescriptioninterfaceThe central entity of OFP is the Device Context, which encapsulate the logical state of a switch as seen by the controller.
- 
Uses of DeviceReplyProcessor in org.opendaylight.openflowplugin.impl.deviceClasses in org.opendaylight.openflowplugin.impl.device that implement DeviceReplyProcessor
- 
Uses of DeviceReplyProcessor in org.opendaylight.openflowplugin.impl.device.listenerConstructors in org.opendaylight.openflowplugin.impl.device.listener with parameters of type DeviceReplyProcessorModifierConstructorDescriptionMultiMsgCollectorImpl(DeviceReplyProcessor deviceReplyProcessor, RequestContext<List<T>> requestContext) OpenflowProtocolListenerFullImpl(ConnectionAdapter connectionAdapter, DeviceReplyProcessor deviceReplyProcessor) Constructor.