|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConsumingNHttpEntity
A non-blocking entity that allows content to be consumed from a decoder.
Method Summary | |
---|---|
void |
consumeContent(ContentDecoder decoder,
IOControl ioctrl)
Notification that content is available to be read from the decoder. |
void |
finish()
Notification that any resources allocated for reading can be released. |
Methods inherited from interface org.apache.http.HttpEntity |
---|
consumeContent, getContent, getContentEncoding, getContentLength, getContentType, isChunked, isRepeatable, isStreaming, writeTo |
Method Detail |
---|
void consumeContent(ContentDecoder decoder, IOControl ioctrl) throws java.io.IOException
java.io.IOException
void finish() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |