| Package | Description |
|---|---|
| org.apache.olingo.client.api.communication.request | |
| org.apache.olingo.client.core.communication.request |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncBatchRequestWrapper |
| Modifier and Type | Method and Description |
|---|---|
AsyncRequestWrapper<R> |
AsyncRequestWrapper.callback(URI url)
The odata.callback preference MUST include the parameter url whose value is the URL of a callback endpoint to be
invoked by the OData service when data is available.
|
<R extends ODataResponse> |
AsyncRequestFactory.getAsyncRequestWrapper(ODataRequest odataRequest) |
AsyncRequestWrapper<R> |
AsyncRequestWrapper.wait(int waitInSeconds)
Add wait http header.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncBatchRequestWrapperImpl |
class |
AsyncRequestWrapperImpl<R extends ODataResponse> |
| Modifier and Type | Method and Description |
|---|---|
AsyncRequestWrapper<R> |
AsyncRequestWrapperImpl.callback(URI url) |
<R extends ODataResponse> |
AsyncRequestFactoryImpl.getAsyncRequestWrapper(ODataRequest odataRequest) |
AsyncRequestWrapper<R> |
AsyncRequestWrapperImpl.wait(int waitInSeconds) |
Copyright © 2023. All rights reserved.