java.lang.Object | ||
↳ | org.apache.http.message.AbstractHttpMessage | |
↳ | org.apache.http.impl.client.RequestWrapper |
![]() |
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
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.