Constant Field Values

Contents

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"
  • org.apache.http.impl.conn.BasicClientConnectionManager
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Invalid use of BasicClientConnManager: connection still allocated.\nMake sure to release the connection before allocating another one."
  • org.apache.http.impl.conn.SingleClientConnManager
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Invalid use of SingleClientConnManager: connection still allocated.\nMake sure to release the connection before allocating another one."