Class AbstractAggregateFlowMultipartService<T extends OfHeader>
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<I,List<T>>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput,T>
org.opendaylight.openflowplugin.impl.services.AbstractAggregateFlowMultipartService<T>
- Direct Known Subclasses:
MultiLayerAggregateFlowMultipartService
,SingleLayerAggregateFlowMultipartService
public abstract class AbstractAggregateFlowMultipartService<T extends OfHeader>
extends AbstractMultipartService<GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput,T>
-
Constructor Summary
ConstructorDescriptionAbstractAggregateFlowMultipartService
(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptionabstract Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>>
Process input and return reply.Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractMultipartService
createCallback, 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 Details
-
AbstractAggregateFlowMultipartService
public AbstractAggregateFlowMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
-
Method Details
-
handleAndReply
public abstract Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>> handleAndReply(GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input) Process input and return reply.- Parameters:
input
- input- Returns:
- reply
-