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
Constructors Modifier Constructor Description protected
AbstractMultipartOnTheFlyService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
AbstractMultipartOnTheFlyService
protected AbstractMultipartOnTheFlyService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)
-
-
Method Detail
-
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>
-
-