|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Abstract HTTP content decoder. HTTP content decoders can be used to read entity content from the underlying channel in small chunks and apply the required coding transformation.
| Method Summary | |
boolean |
isCompleted()
Returns true if the entity has been received in its entirety. |
int |
read(java.nio.ByteBuffer dst)
Reads a portion of content from the underlying channel |
| Method Detail |
public int read(java.nio.ByteBuffer dst)
throws java.io.IOException
dst - The buffer into which entity content is to be transferred
java.io.IOException - if I/O error occurs while reading contentpublic boolean isCompleted()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||