Uses of Interface
org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator
Packages that use ODataBatchLineIterator
Package
Description
-
Uses of ODataBatchLineIterator in org.apache.olingo.client.api.communication.request.batch
Methods in org.apache.olingo.client.api.communication.request.batch with parameters of type ODataBatchLineIteratorModifier and TypeMethodDescriptionvoidODataBatchResponseItem.initFromBatch(ODataBatchLineIterator batchLineIterator, String boundary) Initializes ODataResponse template from batch response item part. -
Uses of ODataBatchLineIterator in org.apache.olingo.client.api.communication.response
Methods in org.apache.olingo.client.api.communication.response with parameters of type ODataBatchLineIteratorModifier and TypeMethodDescriptionODataResponse.initFromBatch(Map.Entry<Integer, String> responseLine, Map<String, Collection<String>> headers, ODataBatchLineIterator batchLineIterator, String boundary) Initializes response from batch response item. -
Uses of ODataBatchLineIterator in org.apache.olingo.client.core.communication.request.batch
Classes in org.apache.olingo.client.core.communication.request.batch that implement ODataBatchLineIteratorFields in org.apache.olingo.client.core.communication.request.batch declared as ODataBatchLineIteratorModifier and TypeFieldDescriptionprotected ODataBatchLineIteratorAbstractODataBatchResponseItem.batchLineIteratorBatch response line iterator.Methods in org.apache.olingo.client.core.communication.request.batch that return ODataBatchLineIteratorModifier and TypeMethodDescriptionODataBatchController.getBatchLineIterator()Gest batch line iterator.Methods in org.apache.olingo.client.core.communication.request.batch with parameters of type ODataBatchLineIteratorModifier and TypeMethodDescriptionvoidAbstractODataBatchResponseItem.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 voidODataBatchUtilities.readHeaders(ODataBatchLineIterator iterator, Map<String, Collection<String>> target) Reads headers from the batch starting from the given position.ODataBatchUtilities.readResponseLine(ODataBatchLineIterator iterator) Retrieves response line from the given position.Constructors in org.apache.olingo.client.core.communication.request.batch with parameters of type ODataBatchLineIteratorModifierConstructorDescriptionODataBatchController(ODataBatchLineIterator batchLineIterator, String boundary) Constructor. -
Uses of ODataBatchLineIterator in org.apache.olingo.client.core.communication.response
Methods in org.apache.olingo.client.core.communication.response with parameters of type ODataBatchLineIteratorModifier and TypeMethodDescriptionAbstractODataResponse.initFromBatch(Map.Entry<Integer, String> responseLine, Map<String, Collection<String>> headers, ODataBatchLineIterator batchLineIterator, String boundary) Constructors in org.apache.olingo.client.core.communication.response with parameters of type ODataBatchLineIteratorModifierConstructorDescriptionAsyncResponseImpl(Map.Entry<Integer, String> responseLine, Map<String, Collection<String>> headers, ODataBatchLineIterator batchLineIterator, String boundary) Constructor to be used inside a batch item. -
Uses of ODataBatchLineIterator in org.apache.olingo.client.core.communication.response.batch
Constructors in org.apache.olingo.client.core.communication.response.batch with parameters of type ODataBatchLineIteratorModifierConstructorDescriptionODataBatchErrorResponse(Map.Entry<Integer, String> responseLine, Map<String, Collection<String>> headers, ODataBatchLineIterator batchLineIterator, String boundary)