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.device
Subinterfaces of DeviceReplyProcessor in org.opendaylight.openflowplugin.api.openflow.deviceModifier and TypeInterfaceDescriptioninterface
The 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.device
Classes in org.opendaylight.openflowplugin.impl.device that implement DeviceReplyProcessor -
Uses of DeviceReplyProcessor in org.opendaylight.openflowplugin.impl.device.listener
Constructors in org.opendaylight.openflowplugin.impl.device.listener with parameters of type DeviceReplyProcessorModifierConstructorDescriptionMultiMsgCollectorImpl
(DeviceReplyProcessor deviceReplyProcessor, RequestContext<List<T>> requestContext) OpenflowProtocolListenerFullImpl
(ConnectionAdapter connectionAdapter, DeviceReplyProcessor deviceReplyProcessor) Constructor.