Java org.apache.http.nio.protocol HttpAsyncResponseConsumer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.nio.protocol HttpAsyncResponseConsumer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.nio.protocol HttpAsyncResponseConsumer.

The text is from its open source code.

Implementation

org.apache.http.nio.protocol.HttpAsyncResponseConsumer has the following implementations.
Click this link to see all its implementation.

Method

booleancancel()
voidclose()
Closes this stream and releases any system resources associated with it.
voidconsumeContent(ContentDecoder decoder, IOControl ioctrl)
Invoked to process a chunk of content from the ContentDecoder .
voidfailed(Exception ex)
Invoked to signal that the response processing terminated abnormally.
ExceptiongetException()
Returns an exception in case of an abnormal termination.
TgetResult()
Returns a result of the response processing, when available.
voidresponseCompleted(HttpContext context)
Invoked to signal that the response has been fully processed.
voidresponseReceived(HttpResponse response)
Invoked when a HTTP response message is received.