java.lang.Object | ||
↳ | org.apache.http.entity.AbstractHttpEntity | |
↳ | org.apache.http.entity.InputStreamEntity |
A streamed entity obtaining content from an
InputStream
.
[Expand]
Inherited Fields
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Does not consume anything.
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
Does not consume anything.
The default implementation does nothing if
isStreaming
returns
false
, and throws an exception
if it returns
true
.
This removes the burden of implementing
an empty method for non-streaming entities.
IOException |
---|