Package org.apache.http.client.fluent
Class InternalEntityEnclosingHttpRequest
- java.lang.Object
-
- org.apache.http.message.AbstractHttpMessage
-
- org.apache.http.client.fluent.InternalHttpRequest
-
- org.apache.http.client.fluent.InternalEntityEnclosingHttpRequest
-
- All Implemented Interfaces:
Configurable
,HttpExecutionAware
,HttpUriRequest
,org.apache.http.HttpEntityEnclosingRequest
,org.apache.http.HttpMessage
,org.apache.http.HttpRequest
class InternalEntityEnclosingHttpRequest extends InternalHttpRequest implements org.apache.http.HttpEntityEnclosingRequest
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.http.HttpEntity
entity
-
Constructor Summary
Constructors Constructor Description InternalEntityEnclosingHttpRequest(java.lang.String method, java.net.URI requestURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
expectContinue()
org.apache.http.HttpEntity
getEntity()
void
setEntity(org.apache.http.HttpEntity entity)
-
Methods inherited from class org.apache.http.client.fluent.InternalHttpRequest
abort, getConfig, getMethod, getProtocolVersion, getRequestLine, getURI, isAborted, setCancellable, setConfig, setProtocolVersion, setURI, toString
-
Methods inherited from class org.apache.http.message.AbstractHttpMessage
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getEntity
public org.apache.http.HttpEntity getEntity()
- Specified by:
getEntity
in interfaceorg.apache.http.HttpEntityEnclosingRequest
-
setEntity
public void setEntity(org.apache.http.HttpEntity entity)
- Specified by:
setEntity
in interfaceorg.apache.http.HttpEntityEnclosingRequest
-
expectContinue
public boolean expectContinue()
- Specified by:
expectContinue
in interfaceorg.apache.http.HttpEntityEnclosingRequest
-
-