Class AsyncResponseImpl
java.lang.Object
org.apache.olingo.client.core.communication.response.AbstractODataResponse
org.apache.olingo.client.core.communication.response.AsyncResponseImpl
- All Implemented Interfaces:
AsyncResponse,ODataResponse
Abstract representation of an OData response.
-
Field Summary
Fields inherited from class org.apache.olingo.client.core.communication.response.AbstractODataResponse
batchInfo, hasBeenInitialized, headers, httpClient, LOG, odataClient, payload, res, statusCode, statusMessage -
Constructor Summary
ConstructorsConstructorDescriptionAsyncResponseImpl(Map.Entry<Integer, String> responseLine, Map<String, Collection<String>> headers, ODataBatchLineIterator batchLineIterator, String boundary) Constructor to be used inside a batch item.AsyncResponseImpl(ODataClient odataClient, org.apache.http.client.HttpClient httpClient, org.apache.http.HttpResponse res) -
Method Summary
Methods inherited from class org.apache.olingo.client.core.communication.response.AbstractODataResponse
close, closeHttpResponse, getContentType, getETag, getHeader, getHeaderNames, getRawResponse, getStatusCode, getStatusMessage, initFromBatch, initFromEnclosedPart, initFromHttpResponseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.olingo.client.api.communication.response.ODataResponse
close, getContentType, getETag, getHeader, getHeaderNames, getRawResponse, getStatusCode, getStatusMessage, initFromBatch, initFromEnclosedPart, initFromHttpResponse
-
Constructor Details
-
AsyncResponseImpl
public AsyncResponseImpl(ODataClient odataClient, org.apache.http.client.HttpClient httpClient, org.apache.http.HttpResponse res) -
AsyncResponseImpl
public AsyncResponseImpl(Map.Entry<Integer, String> responseLine, Map<String, Collection<String>> headers, ODataBatchLineIterator batchLineIterator, String boundary) Constructor to be used inside a batch item.
-