Class MultiLayerMultipartCollectorService
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<MultipartType,List<MultipartReply>>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<MultipartType,MultipartReply>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartCollectorService<MultipartReply>
org.opendaylight.openflowplugin.impl.services.multilayer.MultiLayerMultipartCollectorService
public class MultiLayerMultipartCollectorService
extends AbstractMultipartCollectorService<MultipartReply>
-
Constructor Summary
ConstructorDescriptionMultiLayerMultipartCollectorService
(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractMultipartCollectorService
buildRequest, createCallback
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractMultipartService
handleServiceCall
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
-
Constructor Details
-
MultiLayerMultipartCollectorService
public MultiLayerMultipartCollectorService(RequestContextStack requestContextStack, DeviceContext deviceContext)
-