Uses of Class
org.apache.olingo.client.core.communication.request.batch.ODataBatchController
Packages that use ODataBatchController
Package
Description
-
Uses of ODataBatchController in org.apache.olingo.client.core.communication.request.batch
Methods in org.apache.olingo.client.core.communication.request.batch with parameters of type ODataBatchControllerModifier and TypeMethodDescriptionstatic StringODataBatchUtilities.readBatchPart(ODataBatchController batchController, boolean checkCurrent) Reads batch part taking source and delimiter (boundary) from given batch controller.static StringODataBatchUtilities.readBatchPart(ODataBatchController batchController, int count) Reads the given number of line from the given batch wrapped into the batch controller.static StringODataBatchUtilities.readBatchPart(ODataBatchController controller, OutputStream os, boolean checkCurrent) Reads batch part taking source and delimiter (boundary) from given batch controller.static StringODataBatchUtilities.readBatchPart(ODataBatchController controller, OutputStream os, int count, boolean checkCurrent) Reads batch part taking source and delimiter (boundary) from given batch controller. -
Uses of ODataBatchController in org.apache.olingo.client.core.communication.response
Fields in org.apache.olingo.client.core.communication.response declared as ODataBatchControllerModifier and TypeFieldDescriptionprotected ODataBatchControllerAbstractODataResponse.batchInfoBatch info (if to be batched).