Class ODataBatchRequestImpl.BatchManagerImpl
java.lang.Object
org.apache.olingo.client.core.communication.request.AbstractODataStreamer
org.apache.olingo.client.core.communication.request.AbstractODataStreamManager<ODataBatchResponse>
org.apache.olingo.client.core.communication.request.batch.AbstractBatchManager
org.apache.olingo.client.core.communication.request.batch.ODataBatchRequestImpl.BatchManagerImpl
- All Implemented Interfaces:
BatchManager,ODataPayloadManager<ODataBatchResponse>,ODataStreamer
- Enclosing class:
- ODataBatchRequestImpl
public class ODataBatchRequestImpl.BatchManagerImpl
extends AbstractBatchManager
implements BatchManager
Batch request payload management.
-
Field Summary
Fields inherited from class org.apache.olingo.client.core.communication.request.batch.AbstractBatchManager
continueOnError, currentItem, reqFields inherited from class org.apache.olingo.client.core.communication.request.AbstractODataStreamer
LOGFields inherited from interface org.apache.olingo.client.api.communication.request.ODataStreamer
CRLF -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ODataBatchResponsegetResponseInstance(long timeout, TimeUnit unit) protected voidMethods inherited from class org.apache.olingo.client.core.communication.request.batch.AbstractBatchManager
addChangeset, addRequest, closeCurrentItem, getResponse, streamCloseDelimiter, streamDashBoundaryMethods inherited from class org.apache.olingo.client.core.communication.request.AbstractODataStreamManager
finalizeBody, getAsyncResponse, getBody, getHttpResponse, getResponseMethods inherited from class org.apache.olingo.client.core.communication.request.AbstractODataStreamer
getBodyStreamWriter, newLine, streamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.olingo.client.api.communication.request.batch.BatchManager
addChangeset, addRequestMethods inherited from interface org.apache.olingo.client.api.communication.request.ODataPayloadManager
finalizeBody, getAsyncResponse, getBody, getResponseMethods inherited from interface org.apache.olingo.client.api.communication.request.ODataStreamer
getBodyStreamWriter
-
Constructor Details
-
BatchManagerImpl
-
-
Method Details
-
getResponseInstance
- Specified by:
getResponseInstancein classAbstractBatchManager
-
validateSingleRequest
- Specified by:
validateSingleRequestin classAbstractBatchManager
-