Class HttpEntityStub
java.lang.Object
org.robolectric.shadows.httpclient.HttpEntityStub
- All Implemented Interfaces:
org.apache.http.HttpEntity
- Direct Known Subclasses:
TestHttpResponse.TestHttpEntity
Deprecated.
Apache HTTP client is deprecated in Android. Please migrate to an other solution
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Deprecated.org.apache.http.HeaderDeprecated.longDeprecated.org.apache.http.HeaderDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidwriteTo(OutputStream outputStream) Deprecated.
-
Constructor Details
-
HttpEntityStub
public HttpEntityStub()Deprecated.
-
-
Method Details
-
isRepeatable
public boolean isRepeatable()Deprecated.- Specified by:
isRepeatablein interfaceorg.apache.http.HttpEntity
-
isChunked
public boolean isChunked()Deprecated.- Specified by:
isChunkedin interfaceorg.apache.http.HttpEntity
-
getContentLength
public long getContentLength()Deprecated.- Specified by:
getContentLengthin interfaceorg.apache.http.HttpEntity
-
getContentType
public org.apache.http.Header getContentType()Deprecated.- Specified by:
getContentTypein interfaceorg.apache.http.HttpEntity
-
getContentEncoding
public org.apache.http.Header getContentEncoding()Deprecated.- Specified by:
getContentEncodingin interfaceorg.apache.http.HttpEntity
-
getContent
Deprecated.- Specified by:
getContentin interfaceorg.apache.http.HttpEntity- Throws:
IOExceptionIllegalStateException
-
writeTo
Deprecated.- Specified by:
writeToin interfaceorg.apache.http.HttpEntity- Throws:
IOException
-
isStreaming
public boolean isStreaming()Deprecated.- Specified by:
isStreamingin interfaceorg.apache.http.HttpEntity
-
consumeContent
Deprecated.- Specified by:
consumeContentin interfaceorg.apache.http.HttpEntity- Throws:
IOException
-