| java.lang.Object | |||
| ↳ | org.apache.http.message.AbstractHttpMessage | ||
| ↳ | org.apache.http.message.BasicHttpRequest | ||
| ↳ | org.apache.http.message.BasicHttpEntityEnclosingRequest | ||
This class is deprecated.
Please use openConnection() instead.
Please visit this webpage
for further details.
Basic implementation of a request with an entity that can be modified.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.message.AbstractHttpMessage
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tells if this request should use the expect-continue handshake.
| |||||||||||
Hands the entity to the request.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.message.BasicHttpRequest
| |||||||||||
From class
org.apache.http.message.AbstractHttpMessage
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.apache.http.HttpRequest
| |||||||||||
From interface
org.apache.http.HttpMessage
| |||||||||||
From interface
org.apache.http.HttpEntityEnclosingRequest
| |||||||||||
Tells if this request should use the expect-continue handshake. The expect continue handshake gives the server a chance to decide whether to accept the entity enclosing request before the possibly lengthy entity is sent across the wire.
Hands the entity to the request.
| entity | the entity to send. |
|---|