Class AbstractMultipartOnTheFlyService<I,T extends OfHeader>
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<I,List<T>>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<I,T>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartOnTheFlyService<I,T>
- Direct Known Subclasses:
StatisticsGatheringOnTheFlyService
public abstract class AbstractMultipartOnTheFlyService<I,T extends OfHeader>
extends AbstractMultipartService<I,T>
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractMultipartOnTheFlyService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected final com.google.common.util.concurrent.FutureCallback<OfHeader>
createCallback
(RequestContext<List<T>> context, Class<?> requestType) Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractMultipartService
handleServiceCall
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
buildRequest, canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
-
Constructor Details
-
AbstractMultipartOnTheFlyService
protected AbstractMultipartOnTheFlyService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)
-
-
Method Details
-
createCallback
protected final com.google.common.util.concurrent.FutureCallback<OfHeader> createCallback(RequestContext<List<T>> context, Class<?> requestType) - Overrides:
createCallback
in classAbstractMultipartService<I,
T extends OfHeader>
-