org.apache.http.HttpEntityEnclosingRequest |
Known Indirect Subclasses |
This interface is deprecated.
Please use openConnection()
instead.
Please visit this webpage
for further details.
A request with an entity.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tells if this request should use the expect-continue handshake.
| |||||||||||
Hands the entity to the request.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.apache.http.HttpRequest
| |||||||||||
From interface
org.apache.http.HttpMessage
|
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. |
---|