Class RequestBuilder.InternalEntityEclosingRequest

java.lang.Object
org.apache.http.message.AbstractHttpMessage
All Implemented Interfaces:
Cloneable, AbortableHttpRequest, Configurable, HttpExecutionAware, HttpUriRequest, org.apache.http.HttpEntityEnclosingRequest, org.apache.http.HttpMessage, org.apache.http.HttpRequest
Enclosing class:
RequestBuilder

static class RequestBuilder.InternalEntityEclosingRequest extends HttpEntityEnclosingRequestBase
  • Field Details

    • method

      private final String method
  • Constructor Details

    • InternalEntityEclosingRequest

      InternalEntityEclosingRequest(String method)
  • Method Details