No examples for this method.
Frequently called with: [Clear]
-1
org.apache.http.client.methods.HttpUriRequest |
![]() |
Extended version of the HttpRequest
interface that provides convenience methods to access request properties such as request URI and method type.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Aborts execution of the request.
|
||||||||||
|
Returns the HTTP method this request uses, such as
GET ,
PUT ,
POST , or other.
|
||||||||||
|
Returns the URI this request uses, such as
http://example.org/path/to/file .
|
||||||||||
|
Tests if the request execution has been aborted.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Aborts execution of the request.
UnsupportedOperationException | if the abort operation is not supported / cannot be implemented. |
---|
Returns the HTTP method this request uses, such as GET
, PUT
, POST
, or other.
Returns the URI this request uses, such as http://example.org/path/to/file
.
Tests if the request execution has been aborted.
true
if the request execution has been aborted, false
otherwise.