Constant Field Values

org.apache.*

  • org.apache.http.client.methods.HttpDelete
    Modifier and Type
    Constant Field
    Value
    public static final String
    "DELETE"
  • org.apache.http.client.methods.HttpGet
    Modifier and Type
    Constant Field
    Value
    public static final String
    "GET"
  • org.apache.http.client.methods.HttpHead
    Modifier and Type
    Constant Field
    Value
    public static final String
    "HEAD"
  • org.apache.http.client.methods.HttpOptions
    Modifier and Type
    Constant Field
    Value
    public static final String
    "OPTIONS"
  • org.apache.http.client.methods.HttpPatch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PATCH"
  • org.apache.http.client.methods.HttpPost
    Modifier and Type
    Constant Field
    Value
    public static final String
    "POST"
  • org.apache.http.client.methods.HttpPut
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PUT"
  • org.apache.http.client.methods.HttpTrace
    Modifier and Type
    Constant Field
    Value
    public static final String
    "TRACE"