class InternalEntityEnclosingHttpRequest extends InternalHttpRequest implements org.apache.http.HttpEntityEnclosingRequest
| Modifier and Type | Field and Description |
|---|---|
private org.apache.http.HttpEntity |
entity |
| Constructor and Description |
|---|
InternalEntityEnclosingHttpRequest(java.lang.String method,
java.net.URI requestURI) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
expectContinue() |
org.apache.http.HttpEntity |
getEntity() |
void |
setEntity(org.apache.http.HttpEntity entity) |
abort, getConfig, getMethod, getProtocolVersion, getRequestLine, getURI, isAborted, setCancellable, setConfig, setProtocolVersion, setURI, toStringaddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamspublic InternalEntityEnclosingHttpRequest(java.lang.String method,
java.net.URI requestURI)
public org.apache.http.HttpEntity getEntity()
getEntity in interface org.apache.http.HttpEntityEnclosingRequestpublic void setEntity(org.apache.http.HttpEntity entity)
setEntity in interface org.apache.http.HttpEntityEnclosingRequestpublic boolean expectContinue()
expectContinue in interface org.apache.http.HttpEntityEnclosingRequest