public class AsyncRequestFactoryImpl extends Object implements org.apache.olingo.client.api.communication.request.AsyncRequestFactory
| Constructor and Description |
|---|
AsyncRequestFactoryImpl(org.apache.olingo.client.api.ODataClient client) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.client.api.communication.request.AsyncBatchRequestWrapper |
getAsyncBatchRequestWrapper(org.apache.olingo.client.api.communication.request.batch.ODataBatchRequest odataRequest) |
<R extends org.apache.olingo.client.api.communication.response.ODataResponse> |
getAsyncRequestWrapper(org.apache.olingo.client.api.communication.request.ODataRequest odataRequest) |
public AsyncRequestFactoryImpl(org.apache.olingo.client.api.ODataClient client)
public <R extends org.apache.olingo.client.api.communication.response.ODataResponse> org.apache.olingo.client.api.communication.request.AsyncRequestWrapper<R> getAsyncRequestWrapper(org.apache.olingo.client.api.communication.request.ODataRequest odataRequest)
getAsyncRequestWrapper in interface org.apache.olingo.client.api.communication.request.AsyncRequestFactorypublic org.apache.olingo.client.api.communication.request.AsyncBatchRequestWrapper getAsyncBatchRequestWrapper(org.apache.olingo.client.api.communication.request.batch.ODataBatchRequest odataRequest)
getAsyncBatchRequestWrapper in interface org.apache.olingo.client.api.communication.request.AsyncRequestFactoryCopyright © 2013–2017 The Apache Software Foundation. All rights reserved.