public interface HttpEntityEnclosingRequest extends HttpRequest
Modifier and Type | Method and Description |
---|---|
boolean |
expectContinue()
Tells if this request should use the expect-continue handshake.
|
HttpEntity |
getEntity()
Returns the entity associated with this request.
|
void |
setEntity(HttpEntity entity)
Associates the entity with this request.
|
getRequestLine
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, getProtocolVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
boolean expectContinue()
void setEntity(HttpEntity entity)
entity
- the entity to send.HttpEntity getEntity()
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.