Class AbstractMultipartCollectorService<T extends OfHeader>
- java.lang.Object
 - 
- org.opendaylight.openflowplugin.impl.services.AbstractService<I,List<T>>
 - 
- org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<MultipartType,T>
 - 
- org.opendaylight.openflowplugin.impl.services.AbstractMultipartCollectorService<T>
 
 
 
 
- 
- Direct Known Subclasses:
 MultiLayerMultipartCollectorService,SingleLayerMultipartCollectorService
public abstract class AbstractMultipartCollectorService<T extends OfHeader> extends AbstractMultipartService<MultipartType,T>
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractMultipartCollectorService(RequestContextStack requestContextStack, DeviceContext deviceContext) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OfHeaderbuildRequest(Xid xid, MultipartType input)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
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AbstractMultipartCollectorService
protected AbstractMultipartCollectorService(RequestContextStack requestContextStack, DeviceContext deviceContext)
 
 - 
 
- 
Method Detail
- 
createCallback
protected com.google.common.util.concurrent.FutureCallback<OfHeader> createCallback(RequestContext<List<T>> context, Class<?> requestType)
- Overrides:
 createCallbackin classAbstractMultipartService<MultipartType,T extends OfHeader>
 
- 
buildRequest
protected OfHeader buildRequest(Xid xid, MultipartType input)
- Specified by:
 buildRequestin classAbstractService<MultipartType,List<T extends OfHeader>>
 
 - 
 
 -