Class AbstractMultipartCollectorService<T extends OfHeader>
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<MultipartType,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
ModifierConstructorDescriptionprotected
AbstractMultipartCollectorService
(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(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 Details
-
AbstractMultipartCollectorService
protected AbstractMultipartCollectorService(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
-
Method Details
-
createCallback
protected com.google.common.util.concurrent.FutureCallback<OfHeader> createCallback(RequestContext<List<T>> context, Class<?> requestType) - Overrides:
createCallback
in classAbstractMultipartService<MultipartType,
T extends OfHeader>
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<MultipartType,
List<T extends OfHeader>>
-