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
-
public class SingleLayerTableMultipartService extends AbstractTableMultipartService<MultipartReply>
-
-
Constructor Summary
Constructors Constructor Description SingleLayerTableMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext, MultipartWriterProvider multipartWriterProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OfHeader
buildRequest(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
storeStatistics
-
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
-
SingleLayerTableMultipartService
public SingleLayerTableMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext, MultipartWriterProvider multipartWriterProvider)
-
-
Method Detail
-
buildRequest
protected OfHeader buildRequest(Xid xid, UpdateTableInput input)
- Specified by:
buildRequest
in 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:AbstractTableMultipartService
Process experimenter input and result experimenter output.- Specified by:
handleAndReply
in classAbstractTableMultipartService<MultipartReply>
- Parameters:
input
- experimenter input- Returns:
- experimenter output
-
-