Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceReplyProcessor
Package
Description
-
Uses of DeviceReplyProcessor in org.opendaylight.openflowplugin.api.openflow.device
Modifier 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
-
Uses of DeviceReplyProcessor in org.opendaylight.openflowplugin.impl.device.listener
ModifierConstructorDescriptionMultiMsgCollectorImpl
(DeviceReplyProcessor deviceReplyProcessor, RequestContext<List<T>> requestContext) OpenflowProtocolListenerFullImpl
(ConnectionAdapter connectionAdapter, DeviceReplyProcessor deviceReplyProcessor) Constructor.