T - response message representation.public abstract class AbstractBinResponseConsumer<T> extends AbstractBinDataConsumer implements AsyncResponseConsumer<T>
| Constructor and Description | 
|---|
| AbstractBinResponseConsumer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract T | buildResult()Triggered to generate object that represents a result of response message processing. | 
| protected void | completed() | 
| void | consumeResponse(HttpResponse response,
               EntityDetails entityDetails,
               HttpContext context,
               FutureCallback<T> resultCallback) | 
| void | failed(Exception cause) | 
| void | informationResponse(HttpResponse response,
                   HttpContext context) | 
| protected abstract void | start(HttpResponse response,
     ContentType contentType)Triggered to signal the beginning of response processing. | 
capacityIncrement, consume, data, streamEnd, updateCapacityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconsume, streamEnd, updateCapacityreleaseResourcesprotected abstract void start(HttpResponse response, ContentType contentType) throws HttpException, IOException
response - the response message headcontentType - the content type of the response body,
                    or null if the response does not enclose a response entity.HttpExceptionIOExceptionprotected abstract T buildResult()
public void informationResponse(HttpResponse response, HttpContext context) throws HttpException, IOException
informationResponse in interface AsyncResponseConsumer<T>HttpExceptionIOExceptionpublic final void consumeResponse(HttpResponse response, EntityDetails entityDetails, HttpContext context, FutureCallback<T> resultCallback) throws HttpException, IOException
consumeResponse in interface AsyncResponseConsumer<T>HttpExceptionIOExceptionprotected final void completed()
completed in class AbstractBinDataConsumerpublic void failed(Exception cause)
failed in interface AsyncResponseConsumer<T>Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.