|
|||||||||
| 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 EntityDeserializer

- public interface EntityDeserializer
Generates entities when HTTP messages are received.
- Since:
- 4.0
- Version:
- $Revision: 385835 $
| Method Summary | |
org.apache.http.HttpEntity |
deserialize(org.apache.http.io.HttpDataReceiver datareceiver,
org.apache.http.HttpMessage message)
|
| Method Detail |
deserialize
public org.apache.http.HttpEntity deserialize(org.apache.http.io.HttpDataReceiver datareceiver, org.apache.http.HttpMessage message) throws org.apache.http.HttpException, 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