java.lang.Object | |||
↳ | org.apache.http.message.AbstractHttpMessage | ||
↳ | org.apache.http.message.BasicHttpRequest | ||
↳ | org.apache.http.message.BasicHttpEntityEnclosingRequest |
Basic implementation of HttpEntityEnclosingRequest
.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tells if this request should use the expect-continue handshake.
| |||||||||||
Returns the entity associated with this request.
| |||||||||||
Associates the entity with this request.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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.
Associates the entity with this request.
entity | the entity to send. |
---|