Class AbstractRequest
java.lang.Object
org.apache.olingo.client.core.communication.request.AbstractRequest
- Direct Known Subclasses:
AbstractODataRequest,AsyncRequestWrapperImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckRequest(ODataClient odataClient, org.apache.http.client.methods.HttpUriRequest request) protected voidcheckResponse(ODataClient odataClient, org.apache.http.HttpResponse response, String accept)
-
Field Details
-
LOG
protected static final org.slf4j.Logger LOGLogger.
-
-
Constructor Details
-
AbstractRequest
public AbstractRequest()
-
-
Method Details
-
checkRequest
protected void checkRequest(ODataClient odataClient, org.apache.http.client.methods.HttpUriRequest request) -
checkResponse
protected void checkResponse(ODataClient odataClient, org.apache.http.HttpResponse response, String accept)
-