Package org.apache.http.client.methods
Class HttpRequestWrapper.HttpEntityEnclosingRequestWrapper
- java.lang.Object
-
- org.apache.http.message.AbstractHttpMessage
-
- org.apache.http.client.methods.HttpRequestWrapper
-
- org.apache.http.client.methods.HttpRequestWrapper.HttpEntityEnclosingRequestWrapper
-
- All Implemented Interfaces:
HttpUriRequest
,org.apache.http.HttpEntityEnclosingRequest
,org.apache.http.HttpMessage
,org.apache.http.HttpRequest
- Enclosing class:
- HttpRequestWrapper
static class HttpRequestWrapper.HttpEntityEnclosingRequestWrapper extends HttpRequestWrapper implements org.apache.http.HttpEntityEnclosingRequest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.http.client.methods.HttpRequestWrapper
HttpRequestWrapper.HttpEntityEnclosingRequestWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.http.HttpEntity
entity
-
Constructor Summary
Constructors Constructor Description HttpEntityEnclosingRequestWrapper(org.apache.http.HttpEntityEnclosingRequest request, org.apache.http.HttpHost target)
-
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.methods.HttpRequestWrapper
abort, getMethod, getOriginal, getParams, getProtocolVersion, getRequestLine, getTarget, getURI, isAborted, setProtocolVersion, setURI, toString, wrap, wrap
-
Methods inherited from class org.apache.http.message.AbstractHttpMessage
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, 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
-
-