java.lang.Object
org.apache.olingo.client.core.communication.request.AbstractRequest
Direct Known Subclasses:
AbstractODataRequest, AsyncRequestWrapperImpl

public abstract class AbstractRequest extends Object
  • Field Details

    • LOG

      protected static final org.slf4j.Logger LOG
      Logger.
  • 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)