Class SingleLayerTableMultipartService
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<UpdateTableInput,List<MultipartReply>>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<UpdateTableInput,MultipartReply>
org.opendaylight.openflowplugin.impl.services.AbstractTableMultipartService<MultipartReply>
org.opendaylight.openflowplugin.impl.services.singlelayer.SingleLayerTableMultipartService
-
Constructor Summary
ConstructorDescriptionSingleLayerTableMultipartService
(RequestContextStack requestContextStack, DeviceContext deviceContext, MultipartWriterProvider multipartWriterProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
SingleLayerTableMultipartService
public SingleLayerTableMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext, MultipartWriterProvider multipartWriterProvider)
-
-
Method Details
-
buildRequest
- 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
-