|
|||||||||
| Home >> All >> org >> apache >> http >> [ entity overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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: 408032 $
| Method Summary | |
void |
writeTo(java.io.OutputStream outstream)
|
| Method Detail |
writeTo
public void writeTo(java.io.OutputStream outstream) throws java.io.IOException
|
|||||||||
| Home >> All >> org >> apache >> http >> [ entity overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC