Class SingleLayerAggregateFlowMultipartService
- 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<MultipartReply>
-
- org.opendaylight.openflowplugin.impl.services.singlelayer.SingleLayerAggregateFlowMultipartService
-
public class SingleLayerAggregateFlowMultipartService extends AbstractAggregateFlowMultipartService<MultipartReply>
-
-
Constructor Summary
Constructors Constructor Description SingleLayerAggregateFlowMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OfHeader
buildRequest(Xid xid, GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input)
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>>
handleAndReply(GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input)
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
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
-
-
-
-
Constructor Detail
-
SingleLayerAggregateFlowMultipartService
public SingleLayerAggregateFlowMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
-
Method Detail
-
buildRequest
protected OfHeader buildRequest(Xid xid, GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input)
- Specified by:
buildRequest
in classAbstractService<GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput,List<MultipartReply>>
-
handleAndReply
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>> handleAndReply(GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input)
Description copied from class:AbstractAggregateFlowMultipartService
Process input and return reply.- Specified by:
handleAndReply
in classAbstractAggregateFlowMultipartService<MultipartReply>
- Parameters:
input
- input- Returns:
- reply
-
-