java.lang.Object | ||
↳ | org.apache.http.message.AbstractHttpMessage | |
↳ | org.apache.http.impl.client.RequestWrapper |
Known Direct Subclasses |
A wrapper class for HttpRequest
s that can be used to change
properties of the current request without modifying the original
object.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.message.AbstractHttpMessage
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Aborts execution of the request.
| |||||||||||
Returns the HTTP method this request uses, such as
GET ,
PUT , POST , or other. | |||||||||||
Returns the protocol version this message is compatible with.
| |||||||||||
Returns the request line of this request.
| |||||||||||
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 class
org.apache.http.message.AbstractHttpMessage
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.apache.http.HttpMessage
| |||||||||||
From interface
org.apache.http.HttpRequest
| |||||||||||
From interface
org.apache.http.client.methods.HttpUriRequest
|
Returns the HTTP method this request uses, such as GET
,
PUT
, POST
, or other.
Returns the protocol version this message is compatible with.
Returns the request line of this request.
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.