| Modifier and Type | Method and Description |
|---|---|
void |
ODataBatchResponseItem.initFromBatch(ODataBatchLineIterator batchLineIterator,
String boundary)
Initializes ODataResponse template from batch response item part.
|
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
ODataResponse.initFromBatch(Map.Entry<Integer,String> responseLine,
Map<String,Collection<String>> headers,
ODataBatchLineIterator batchLineIterator,
String boundary)
Initializes response from batch response item.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ODataBatchLineIteratorImpl
Batch line iterator class.
|
| Modifier and Type | Field and Description |
|---|---|
protected ODataBatchLineIterator |
AbstractODataBatchResponseItem.batchLineIterator
Batch response line iterator.
|
| Modifier and Type | Method and Description |
|---|---|
ODataBatchLineIterator |
ODataBatchController.getBatchLineIterator()
Gest batch line iterator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractODataBatchResponseItem.initFromBatch(ODataBatchLineIterator batchLineIterator,
String boundary)
Initializes ODataResponse template from batch response item part.
|
static Map<String,Collection<String>> |
ODataBatchUtilities.nextItemHeaders(ODataBatchLineIterator iterator,
String boundary)
Retrieves headers of the next batch item.
|
static Map<String,Collection<String>> |
ODataBatchUtilities.readHeaders(ODataBatchLineIterator iterator)
Reads headers from the batch starting from the given position.
|
static void |
ODataBatchUtilities.readHeaders(ODataBatchLineIterator iterator,
Map<String,Collection<String>> target)
Reads headers from the batch starting from the given position.
|
static Map.Entry<Integer,String> |
ODataBatchUtilities.readResponseLine(ODataBatchLineIterator iterator)
Retrieves response line from the given position.
|
| Constructor and Description |
|---|
ODataBatchController(ODataBatchLineIterator batchLineIterator,
String boundary)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
AbstractODataResponse.initFromBatch(Map.Entry<Integer,String> responseLine,
Map<String,Collection<String>> headers,
ODataBatchLineIterator batchLineIterator,
String boundary) |
| Constructor and Description |
|---|
AsyncResponseImpl(Map.Entry<Integer,String> responseLine,
Map<String,Collection<String>> headers,
ODataBatchLineIterator batchLineIterator,
String boundary)
Constructor to be used inside a batch item.
|
| Constructor and Description |
|---|
ODataBatchErrorResponse(Map.Entry<Integer,String> responseLine,
Map<String,Collection<String>> headers,
ODataBatchLineIterator batchLineIterator,
String boundary) |
Copyright © 2023. All rights reserved.