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 SummaryConstructorsModifierConstructorDescriptionprotectedAbstractMultipartOnTheFlyService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) 
- 
Method SummaryModifier 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.AbstractMultipartServicehandleServiceCallMethods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractServicebuildRequest, canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
- 
Constructor Details- 
AbstractMultipartOnTheFlyServiceprotected AbstractMultipartOnTheFlyService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) 
 
- 
- 
Method Details- 
createCallbackprotected final com.google.common.util.concurrent.FutureCallback<OfHeader> createCallback(RequestContext<List<T>> context, Class<?> requestType) - Overrides:
- createCallbackin class- AbstractMultipartService<I,- T extends OfHeader> 
 
 
-