No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |||
↳ | org.apache.http.message.AbstractHttpMessage | ||
↳ | org.apache.http.impl.client.RequestWrapper | ||
↳ | org.apache.http.impl.client.EntityEnclosingRequestWrapper |
A wrapper class for HttpEntityEnclosingRequest
s that can be used to change properties of the current request without modifying the original object.
[Expand]
Inherited Fields
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Tells if this request should use the expect-continue handshake.
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
Hands the entity to the request.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
ProtocolException |
---|
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. |
---|