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
ConstructorsConstructorDescriptionSingleLayerAggregateFlowMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeadercom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>>Process input and return reply.Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractMultipartService
createCallback, handleServiceCallMethods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier 
- 
Constructor Details
- 
SingleLayerAggregateFlowMultipartService
public SingleLayerAggregateFlowMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext)  
 - 
 - 
Method Details
- 
buildRequest
protected OfHeader buildRequest(Xid xid, GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input) - Specified by:
 buildRequestin 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:AbstractAggregateFlowMultipartServiceProcess input and return reply.- Specified by:
 handleAndReplyin classAbstractAggregateFlowMultipartService<MultipartReply>- Parameters:
 input- input- Returns:
 - reply
 
 
 -