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, toString
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
public InternalEntityEnclosingHttpRequest(java.lang.String method, java.net.URI requestURI)
public org.apache.http.HttpEntity getEntity()
getEntity
in interface org.apache.http.HttpEntityEnclosingRequest
public void setEntity(org.apache.http.HttpEntity entity)
setEntity
in interface org.apache.http.HttpEntityEnclosingRequest
public boolean expectContinue()
expectContinue
in interface org.apache.http.HttpEntityEnclosingRequest