|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>
org.apache.http.nio.client.methods.AsyncCharConsumer<T>
public abstract class AsyncCharConsumer<T>
Constructor Summary | |
---|---|
AsyncCharConsumer()
|
|
AsyncCharConsumer(int bufSize)
|
Method Summary | |
---|---|
protected abstract void |
onCharReceived(CharBuffer buf,
org.apache.http.nio.IOControl ioctrl)
|
protected void |
onContentReceived(org.apache.http.nio.ContentDecoder decoder,
org.apache.http.nio.IOControl ioctrl)
|
protected void |
releaseResources()
|
void |
responseReceived(HttpResponse response)
|
Methods inherited from class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer |
---|
buildResult, cancel, close, consumeContent, failed, getException, getResult, isDone, onResponseReceived, responseCompleted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsyncCharConsumer(int bufSize)
public AsyncCharConsumer()
Method Detail |
---|
protected abstract void onCharReceived(CharBuffer buf, org.apache.http.nio.IOControl ioctrl) throws IOException
IOException
public void responseReceived(HttpResponse response) throws IOException, HttpException
responseReceived
in interface org.apache.http.nio.protocol.HttpAsyncResponseConsumer<T>
responseReceived
in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>
IOException
HttpException
protected void onContentReceived(org.apache.http.nio.ContentDecoder decoder, org.apache.http.nio.IOControl ioctrl) throws IOException
onContentReceived
in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>
IOException
protected void releaseResources()
releaseResources
in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |