public abstract static class HttpClientHelpers.AbstractBasicResponseConsumer<T>
extends org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>
Modifier and Type | Field and Description |
---|---|
protected org.apache.http.HttpResponse |
response |
Constructor and Description |
---|
HttpClientHelpers.AbstractBasicResponseConsumer() |
Modifier and Type | Method and Description |
---|---|
protected void |
onContentReceived(org.apache.http.nio.ContentDecoder decoder,
org.apache.http.nio.IOControl ioctrl) |
protected void |
onEntityEnclosed(org.apache.http.HttpEntity entity,
org.apache.http.entity.ContentType contentType) |
protected void |
onResponseReceived(org.apache.http.HttpResponse response) |
protected void |
releaseResources() |
public HttpClientHelpers.AbstractBasicResponseConsumer()
protected void onResponseReceived(org.apache.http.HttpResponse response) throws java.io.IOException
onResponseReceived
in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>
java.io.IOException
protected void onEntityEnclosed(org.apache.http.HttpEntity entity, org.apache.http.entity.ContentType contentType) throws java.io.IOException
onEntityEnclosed
in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>
java.io.IOException
protected void onContentReceived(org.apache.http.nio.ContentDecoder decoder, org.apache.http.nio.IOControl ioctrl) throws java.io.IOException
onContentReceived
in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>
java.io.IOException
protected void releaseResources()
releaseResources
in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<T>