Uses of Interface
org.apache.http.client.methods.AbortableHttpRequest
| Package | Description |
|---|---|
| org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
-
Uses of AbortableHttpRequest in org.apache.http.client.methods
Classes in org.apache.http.client.methods that implement AbortableHttpRequest Modifier and Type Class Description classHttpDeleteHTTP DELETE methodclassHttpEntityEnclosingRequestBaseBasic implementation of an HTTP request that can be modified.classHttpGetHTTP GET method.classHttpHeadHTTP HEAD method.classHttpOptionsHTTP OPTIONS method.classHttpPostHTTP POST method.classHttpPutHTTP PUT method.classHttpRequestBaseBasic implementation of an HTTP request that can be modified.classHttpTraceHTTP TRACE method.