| Modifier and Type | Interface and Description |
|---|---|
interface |
EdmEnabledODataClient |
| Modifier and Type | Method and Description |
|---|---|
static ODataClient |
ODataClientBuilder.createClient()
Create an new ODataClient based on via system property ODATA_CLIENT_IMPL_SYS_PROPERTY
class name or if not net the default ODATA_CLIENT_IMPL_CLASS set class.
|
| Modifier and Type | Field and Description |
|---|---|
protected ODataClient |
ClientEntitySetIterator.odataClient |
| Constructor and Description |
|---|
ClientEntitySetIterator(ODataClient odataClient,
InputStream stream,
ContentType contentType)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdmEnabledODataClientImpl |
class |
ODataClientImpl |
| Modifier and Type | Method and Description |
|---|---|
static ODataClient |
ODataClientFactory.getClient() |
| Modifier and Type | Method and Description |
|---|---|
static ODataRuntimeException |
ODataErrorResponseChecker.checkResponse(ODataClient odataClient,
org.apache.http.StatusLine statusLine,
InputStream entity,
String accept) |
| Modifier and Type | Field and Description |
|---|---|
protected ODataClient |
AsyncRequestWrapperImpl.odataClient |
protected ODataClient |
AbstractODataRequest.odataClient |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRequest.checkRequest(ODataClient odataClient,
org.apache.http.client.methods.HttpUriRequest request) |
protected void |
AbstractRequest.checkResponse(ODataClient odataClient,
org.apache.http.HttpResponse response,
String accept) |
| Constructor and Description |
|---|
AbstractODataBasicRequest(ODataClient odataClient,
HttpMethod method,
URI uri)
Constructor.
|
AbstractODataRequest(ODataClient odataClient,
HttpMethod method,
URI uri)
Constructor.
|
AsyncBatchRequestWrapperImpl(ODataClient odataClient,
ODataBatchRequest odataRequest) |
AsyncRequestFactoryImpl(ODataClient client) |
AsyncRequestWrapperImpl(ODataClient odataClient,
ODataRequest odataRequest) |
| Modifier and Type | Field and Description |
|---|---|
protected ODataClient |
BatchRequestFactoryImpl.client |
| Constructor and Description |
|---|
AbstractODataBatchRequest(ODataClient odataClient,
URI uri)
Constructor.
|
BatchRequestFactoryImpl(ODataClient client) |
ODataBatchRequestImpl(ODataClient odataClient,
URI uri) |
ODataBatchResponseImpl(ODataClient odataClient,
org.apache.http.client.HttpClient httpClient,
org.apache.http.HttpResponse res) |
| Modifier and Type | Field and Description |
|---|---|
protected ODataClient |
CUDRequestFactoryImpl.client |
| Constructor and Description |
|---|
CUDRequestFactoryImpl(ODataClient client) |
ODataEntityUpdateRequestImpl(ODataClient odataClient,
HttpMethod method,
URI uri,
E changes)
Constructor.
|
| Constructor and Description |
|---|
AbstractODataInvokeRequest(ODataClient odataClient,
Class<T> reference,
HttpMethod method,
URI uri)
Constructor.
|
InvokeRequestFactoryImpl(ODataClient client) |
ODataInvokeRequestImpl(ODataClient odataClient,
Class<T> reference,
HttpMethod method,
URI uri) |
| Modifier and Type | Field and Description |
|---|---|
protected ODataClient |
RetrieveRequestFactoryImpl.client |
| Constructor and Description |
|---|
AbstractMetadataRequestImpl(ODataClient odataClient,
URI query) |
AbstractODataRetrieveRequest(ODataClient odataClient,
URI query)
Private constructor.
|
AbstractODataRetrieveResponse(ODataClient odataClient,
org.apache.http.client.HttpClient httpClient,
org.apache.http.HttpResponse res) |
ODataDeltaRequestImpl(ODataClient odataClient,
URI query) |
ODataEntityRequestImpl(ODataClient odataClient,
URI query)
Private constructor.
|
ODataEntitySetIteratorRequestImpl(ODataClient odataClient,
URI query)
Private constructor.
|
ODataEntitySetRequestImpl(ODataClient odataClient,
URI query)
Private constructor.
|
ODataPropertyRequestImpl(ODataClient odataClient,
URI query)
Private constructor.
|
RetrieveRequestFactoryImpl(ODataClient client) |
| Constructor and Description |
|---|
AbstractODataStreamedEntityRequest(ODataClient odataClient,
HttpMethod method,
URI uri)
Constructor.
|
AbstractODataStreamedRequest(ODataClient odataClient,
HttpMethod method,
URI uri)
Constructor.
|
ODataMediaEntityCreateRequestImpl(ODataClient odataClient,
URI targetURI,
InputStream media)
Constructor.
|
ODataMediaEntityUpdateRequestImpl(ODataClient odataClient,
HttpMethod method,
URI editURI,
InputStream media)
Constructor.
|
ODataStreamUpdateRequestImpl(ODataClient odataClient,
HttpMethod method,
URI targetURI,
InputStream stream)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected ODataClient |
AbstractODataResponse.odataClient |
| Constructor and Description |
|---|
AbstractODataResponse(ODataClient odataClient,
org.apache.http.client.HttpClient httpclient,
org.apache.http.HttpResponse res) |
AsyncResponseImpl(ODataClient odataClient,
org.apache.http.client.HttpClient httpClient,
org.apache.http.HttpResponse res) |
| Modifier and Type | Field and Description |
|---|---|
protected ODataClient |
ODataWriterImpl.client |
protected ODataClient |
ODataReaderImpl.client |
protected ODataClient |
ODataBinderImpl.client |
| Constructor and Description |
|---|
ODataBinderImpl(ODataClient client) |
ODataReaderImpl(ODataClient client) |
ODataWriterImpl(ODataClient client) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.http.HttpEntity |
URIUtils.buildInputStreamEntity(ODataClient client,
InputStream input) |
static boolean |
URIUtils.shouldUseRepeatableHttpBodyEntry(ODataClient client) |
Copyright © 2023. All rights reserved.