| Package | Description |
|---|---|
| org.apache.olingo.client.core.communication.request.batch | |
| org.apache.olingo.client.core.communication.response |
| Modifier and Type | Method and Description |
|---|---|
static String |
ODataBatchUtilities.readBatchPart(ODataBatchController batchController,
boolean checkCurrent)
Reads batch part taking source and delimiter (boundary) from given batch controller.
|
static String |
ODataBatchUtilities.readBatchPart(ODataBatchController batchController,
int count)
Reads the given number of line from the given batch wrapped into the batch controller.
|
static String |
ODataBatchUtilities.readBatchPart(ODataBatchController controller,
OutputStream os,
boolean checkCurrent)
Reads batch part taking source and delimiter (boundary) from given batch controller.
|
static String |
ODataBatchUtilities.readBatchPart(ODataBatchController controller,
OutputStream os,
int count,
boolean checkCurrent)
Reads batch part taking source and delimiter (boundary) from given batch controller.
|
| Modifier and Type | Field and Description |
|---|---|
protected ODataBatchController |
AbstractODataResponse.batchInfo
Batch info (if to be batched).
|
Copyright © 2013–2017 The Apache Software Foundation. All rights reserved.