| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncRequestWrapper<R extends ODataResponse> |
interface |
ODataBasicRequest<T extends ODataResponse>
Basic OData request.
|
interface |
ODataPayloadManager<T extends ODataResponse>
OData request payload management abstract class.
|
interface |
ODataStreamedRequest<V extends ODataResponse,T extends ODataPayloadManager<V>>
Streamed OData request interface.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends ODataResponse> |
AsyncRequestFactory.getAsyncRequestWrapper(ODataRequest odataRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
ODataBatchResponseItem.addResponse(String contentId,
ODataResponse res)
Adds the given OData response template to the current OData batch response item.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataStreamedEntityRequest<V extends ODataResponse,T extends ODataPayloadManager<V>>
Abstract class representing a request concerning a streamed entity.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncResponseWrapper<R extends ODataResponse> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncResponse |
interface |
ODataBatchResponse
This class implements a response to a batch request.
|
interface |
ODataDeleteResponse
This class implements the response to an OData delete request.
|
interface |
ODataEntityCreateResponse<E extends ClientEntity>
This interface describes the response to an OData entity create request.
|
interface |
ODataEntityUpdateResponse<E extends ClientEntity>
This class implements the response to an OData update request.
|
interface |
ODataInvokeResponse<T extends ClientInvokeResult>
This class implements a response to a specific invoke request.
|
interface |
ODataMediaEntityCreateResponse<E extends ClientEntity>
This class implements the response to an OData media entity create request.
|
interface |
ODataMediaEntityUpdateResponse<E extends ClientEntity>
This class implements the response to an Odata media entity update request.
|
interface |
ODataPropertyUpdateResponse
This class implements the response to an OData update entity property request.
|
interface |
ODataRawResponse
This interface represents a generic OData response.
|
interface |
ODataReferenceAddingResponse
This class implements the response to an OData Reference Adding request.
|
interface |
ODataRetrieveResponse<T>
This class implements a response to a specific query request.
|
interface |
ODataStreamUpdateResponse
This class implements the response to an Odata stream create/update request.
|
interface |
ODataValueUpdateResponse
This class implements the response to an OData update entity property request.
|
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
ODataResponse.initFromBatch(Map.Entry<Integer,String> responseLine,
Map<String,Collection<String>> headers,
ODataBatchLineIterator batchLineIterator,
String boundary)
Initializes response from batch response item.
|
ODataResponse |
ODataResponse.initFromEnclosedPart(InputStream part)
Initializes response from an enclosed HTTP response.
|
ODataResponse |
ODataResponse.initFromHttpResponse(org.apache.http.HttpResponse res)
Initializes OData response from HTTP response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractODataBasicRequest<T extends ODataResponse>
Basic request abstract implementation.
|
class |
AbstractODataStreamManager<T extends ODataResponse>
OData request payload management abstract class.
|
class |
AsyncRequestWrapperImpl<R extends ODataResponse> |
| Modifier and Type | Field and Description |
|---|---|
protected R |
AsyncRequestWrapperImpl.AsyncResponseWrapperImpl.response |
| Modifier and Type | Method and Description |
|---|---|
<R extends ODataResponse> |
AsyncRequestFactoryImpl.getAsyncRequestWrapper(ODataRequest odataRequest) |
<V extends ODataResponse> |
AbstractODataRequest.getResponseTemplate()
Gets an empty response that can be initialized by a stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractODataBatchRequest<V extends ODataResponse,T extends ODataPayloadManager<V>>
This class implements a batch request.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
ODataBatchRequestImpl.ODataBatchResponseImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ODataResponse |
AbstractODataBatchResponseItem.current
Last cached OData response.
|
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<ODataResponse> |
AbstractODataBatchResponseItem.expectedItemsIterator
Expected OData responses iterator.
|
protected Map<String,ODataResponse> |
AbstractODataBatchResponseItem.responses
Expected OData responses for the current batch response item.
|
| Modifier and Type | Method and Description |
|---|---|
protected ODataResponse |
AbstractODataBatchResponseItem.getResponse(String contentId)
Gets response about the given contentId.
|
ODataResponse |
ODataSingleResponseItem.next() |
ODataResponse |
ODataChangesetResponseItem.next() |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<ODataResponse> |
AbstractODataBatchResponseItem.getResponseIterator()
Gets OData responses iterator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractODataBatchResponseItem.addResponse(String contentId,
ODataResponse res)
Adds the given OData response template to the current OData batch response item.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractODataInvokeRequest.ODataInvokeResponseImpl
Response class about an ODataInvokeRequest.
|
protected class |
ODataInvokeRequestImpl.ODataInvokeResponseImpl
Response class about an ODataInvokeRequest.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractODataRetrieveRequest.AbstractODataRetrieveResponse
Response abstract class about an ODataRetrieveRequest.
|
protected class |
ODataDeltaRequestImpl.ODataDeltaResponseImpl |
class |
ODataEntityRequestImpl.ODataEntityResponseImpl
Response class about an ODataEntityRequest.
|
protected class |
ODataEntitySetIteratorRequestImpl.ODataEntitySetIteratorResponseImpl
Response class about an ODataEntitySetIteratorRequest.
|
protected class |
ODataEntitySetRequestImpl.ODataEntitySetResponseImpl
Response class about an ODataEntitySetRequest.
|
protected class |
ODataMediaRequestImpl.ODataMediaResponseImpl
Response class about an ODataMediaRequest.
|
protected class |
ODataPropertyRequestImpl.ODataPropertyResponseImpl |
protected class |
ODataServiceDocumentRequestImpl.ODataServiceResponseImpl
Response class about an ODataServiceDocumentRequest.
|
protected class |
ODataValueRequestImpl.ODataValueResponseImpl
Response class about an ODataDeleteReODataValueRequestquest.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractODataStreamedEntityRequest<V extends ODataResponse,T extends ODataPayloadManager<V>>
Abstract class representing a request concerning a streamed entity.
|
class |
AbstractODataStreamedRequest<V extends ODataResponse,T extends ODataPayloadManager<V>>
Streamed OData request abstract class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractODataResponse
Abstract representation of an OData response.
|
class |
AsyncResponseImpl
Abstract representation of an OData response.
|
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
AbstractODataResponse.initFromBatch(Map.Entry<Integer,String> responseLine,
Map<String,Collection<String>> headers,
ODataBatchLineIterator batchLineIterator,
String boundary) |
ODataResponse |
AbstractODataResponse.initFromEnclosedPart(InputStream part) |
ODataResponse |
AbstractODataResponse.initFromHttpResponse(org.apache.http.HttpResponse res) |
| Modifier and Type | Class and Description |
|---|---|
class |
ODataBatchErrorResponse |
Copyright © 2023. All rights reserved.