Package org.apache.http.entity
Interface ContentProducer
public interface ContentProducer
An abstract entity content producer.
Content producers are expected to be able to produce their content multiple times
- Since:
- 4.0
- Version:
- $Revision: 496070 $
- Author:
- Oleg Kalnichevski
-
Method Summary
Modifier and Type Method Description voidwriteTo(OutputStream outstream)
-
Method Details
-
writeTo
- Throws:
IOException
-