Class SingleLayerTableMultipartService
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<I,List<T>>
 
org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<UpdateTableInput,T>
 
org.opendaylight.openflowplugin.impl.services.AbstractTableMultipartService<MultipartReply>
org.opendaylight.openflowplugin.impl.services.singlelayer.SingleLayerTableMultipartService
- 
Constructor Summary
ConstructorsConstructorDescriptionSingleLayerTableMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext, MultipartWriterProvider multipartWriterProvider)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeaderbuildRequest(Xid xid, UpdateTableInput input) com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>>handleAndReply(UpdateTableInput input) Process experimenter input and result experimenter output.Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractTableMultipartService
storeStatisticsMethods 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
- 
SingleLayerTableMultipartService
public SingleLayerTableMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext, MultipartWriterProvider multipartWriterProvider)  
 - 
 - 
Method Details
- 
buildRequest
- Specified by:
 buildRequestin classAbstractService<UpdateTableInput,List<MultipartReply>> 
 - 
handleAndReply
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> handleAndReply(UpdateTableInput input) Description copied from class:AbstractTableMultipartServiceProcess experimenter input and result experimenter output.- Specified by:
 handleAndReplyin classAbstractTableMultipartService<MultipartReply>- Parameters:
 input- experimenter input- Returns:
 - experimenter output
 
 
 -