|
|||||||||||
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
Field Summary | |
protected SessionInputBuffer |
buffer
|
protected java.nio.channels.ReadableByteChannel |
channel
|
protected boolean |
completed
|
Constructor Summary | |
AbstractContentDecoder(java.nio.channels.ReadableByteChannel channel,
SessionInputBuffer buffer)
|
Method Summary | |
boolean |
isCompleted()
Returns true if the entity has been received in its entirety. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.http.nio.ContentDecoder |
read |
Field Detail |
protected final java.nio.channels.ReadableByteChannel channel
protected final SessionInputBuffer buffer
protected boolean completed
Constructor Detail |
public AbstractContentDecoder(java.nio.channels.ReadableByteChannel channel, SessionInputBuffer buffer)
Method Detail |
public boolean isCompleted()
ContentDecoder
isCompleted
in interface ContentDecoder
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |