|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.nio.codecs.AbstractContentDecoder
org.apache.http.impl.nio.codecs.ChunkDecoder
public class ChunkDecoder
Field Summary |
---|
Fields inherited from class org.apache.http.impl.nio.codecs.AbstractContentDecoder |
---|
buffer, channel, completed |
Constructor Summary | |
---|---|
ChunkDecoder(java.nio.channels.ReadableByteChannel channel,
SessionInputBuffer buffer)
|
Method Summary | |
---|---|
Header[] |
getFooters()
|
int |
read(java.nio.ByteBuffer dst)
Reads a portion of content from the underlying channel |
java.lang.String |
toString()
|
Methods inherited from class org.apache.http.impl.nio.codecs.AbstractContentDecoder |
---|
isCompleted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChunkDecoder(java.nio.channels.ReadableByteChannel channel, SessionInputBuffer buffer)
Method Detail |
---|
public int read(java.nio.ByteBuffer dst) throws java.io.IOException
ContentDecoder
dst
- The buffer into which entity content is to be transferred
java.io.IOException
- if I/O error occurs while reading contentpublic Header[] getFooters()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |