Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceReplyProcessor
-
-
Uses of DeviceReplyProcessor in org.opendaylight.openflowplugin.api.openflow.device
Subinterfaces of DeviceReplyProcessor in org.opendaylight.openflowplugin.api.openflow.device Modifier and Type Interface Description interface
DeviceContext
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 Modifier and Type Class Description class
DeviceContextImpl
-
Uses of DeviceReplyProcessor in org.opendaylight.openflowplugin.impl.device.listener
Constructors in org.opendaylight.openflowplugin.impl.device.listener with parameters of type DeviceReplyProcessor Constructor Description MultiMsgCollectorImpl(DeviceReplyProcessor deviceReplyProcessor, RequestContext<List<T>> requestContext)
OpenflowProtocolListenerFullImpl(ConnectionAdapter connectionAdapter, DeviceReplyProcessor deviceReplyProcessor)
Constructor.
-