Package | Description |
---|---|
org.apache.olingo.client.api.communication.request | |
org.apache.olingo.client.api.communication.request.batch |
Modifier and Type | Method and Description |
---|---|
void |
ODataBatchableRequest.batch(ODataBatchRequest req)
Writes (and consume) the request onto the given batch stream.
|
void |
ODataBatchableRequest.batch(ODataBatchRequest req,
String contentId)
Writes (and consume) the request onto the given batch stream.
|
AsyncBatchRequestWrapper |
AsyncRequestFactory.getAsyncBatchRequestWrapper(ODataBatchRequest odataRequest) |
Modifier and Type | Method and Description |
---|---|
ODataBatchRequest |
BatchRequestFactory.getBatchRequest(String serviceRoot)
Gets a batch request object instance.
|
ODataBatchRequest |
ODataBatchRequest.rawAppend(byte[] toBeStreamed)
Appends the given byte array to the payload.
|
ODataBatchRequest |
ODataBatchRequest.rawAppend(byte[] toBeStreamed,
int off,
int len)
Appends the given byte array to the payload.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.