org.apache.http.client.methods.HttpUriRequest |
Known Indirect Subclasses |
This interface is deprecated.
Please use openConnection()
instead.
Please visit this webpage
for further details.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.apache.http.HttpRequest
| |||||||||||
From interface
org.apache.http.HttpMessage
|
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.