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

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

Introduction

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

The text is from its open source code.

Implementation

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

Constructor

Method

voidclose()
Closes this stream and releases any system resources associated with it.
voidfailed(Exception ex)
Invoked to signal that the response processing terminated abnormally.
HttpRequestgenerateRequest()
Invoked to generate a HTTP request message head.
HttpHostgetTarget()
Invoked to obtain the request target host.
booleanisRepeatable()
Determines whether or not this producer is capable of producing HTTP request messages more than once.
voidproduceContent(ContentEncoder encoder, IOControl ioctrl)
Invoked to write out a chunk of content to the ContentEncoder .
voidrequestCompleted(HttpContext context)
Invoked to signal that the request has been fully written out.
voidresetRequest()
Invoked to reset the producer to its initial state.