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, updateCapacity
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
consume, streamEnd, updateCapacity
releaseResources
protected 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.HttpException
IOException
protected abstract T buildResult()
public void informationResponse(HttpResponse response, HttpContext context) throws HttpException, IOException
informationResponse
in interface AsyncResponseConsumer<T>
HttpException
IOException
public final void consumeResponse(HttpResponse response, EntityDetails entityDetails, HttpContext context, FutureCallback<T> resultCallback) throws HttpException, IOException
consumeResponse
in interface AsyncResponseConsumer<T>
HttpException
IOException
protected final void completed()
completed
in class AbstractBinDataConsumer
public void failed(Exception cause)
failed
in interface AsyncResponseConsumer<T>
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.