Class AbstractMultipartService<I,T extends OfHeader>
- java.lang.Object
- 
- org.opendaylight.openflowplugin.impl.services.AbstractService<I,List<T>>
- 
- org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<I,T>
 
 
- 
- Direct Known Subclasses:
- AbstractAggregateFlowMultipartService,- AbstractCompatibleStatService,- AbstractExperimenterMultipartService,- AbstractFlowDirectStatisticsService,- AbstractGroupDirectStatisticsService,- AbstractMeterDirectStatisticsService,- AbstractMultipartCollectorService,- AbstractMultipartOnTheFlyService,- AbstractPortDirectStatisticsService,- AbstractQueueDirectStatisticsService,- AbstractTableMultipartService,- StatisticsGatheringService
 
 public abstract class AbstractMultipartService<I,T extends OfHeader> extends AbstractService<I,List<T>> 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext)
 - 
Method SummaryAll 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)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<List<T>>>handleServiceCall(@NonNull I input)- 
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractServicebuildRequest, canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractMultipartServiceprotected AbstractMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext) 
 
- 
 - 
Method Detail- 
createCallbackprotected com.google.common.util.concurrent.FutureCallback<OfHeader> createCallback(RequestContext<List<T>> context, Class<?> requestType) - Specified by:
- createCallbackin class- AbstractService<I,List<T extends OfHeader>>
 
 - 
handleServiceCallpublic final com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<List<T>>> handleServiceCall(@NonNull I input) - Overrides:
- handleServiceCallin class- AbstractService<I,List<T extends OfHeader>>
 
 
- 
 
-