Uses of Class
org.apache.http.client.methods.HttpRequestBase
-
Packages that use HttpRequestBase Package Description org.apache.http.client.methods Standard HTTP method implementations. -
-
Uses of HttpRequestBase in org.apache.http.client.methods
Subclasses of HttpRequestBase in org.apache.http.client.methods Modifier and Type Class Description classHttpDeleteHTTP DELETE methodclassHttpEntityEnclosingRequestBaseBasic implementation of an entity enclosing HTTP request that can be modifiedclassHttpGetHTTP GET method.classHttpHeadHTTP HEAD method.classHttpOptionsHTTP OPTIONS method.classHttpPatchHTTP PATCH method.classHttpPostHTTP POST method.classHttpPutHTTP PUT method.classHttpTraceHTTP TRACE method.
-