Java org.apache.http.nio.client.methods HttpAsyncMethods fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

HttpAsyncRequestProducercreate(final HttpUriRequest request)
Creates asynchronous request generator for the given request message.
HttpAsyncRequestProducercreate(final HttpHost target, final HttpRequest request)
Creates asynchronous request generator for the given request message.
HttpAsyncResponseConsumercreateConsumer()
Creates basic response consumer that will buffer response content in memory.
HttpAsyncRequestProducercreateGet(final URI requestURI)
Creates asynchronous GET request generator.
HttpAsyncRequestProducercreateGet(final String requestURI)
Creates asynchronous GET request generator.
HttpAsyncRequestProducercreatePost(final URI requestURI, final String content, final ContentType contentType)
Creates asynchronous POST request generator.
HttpAsyncRequestProducercreatePost(final String requestURI, final String content, final ContentType contentType)
Creates asynchronous POST request generator.
HttpAsyncRequestProducercreatePost(final URI requestURI, final byte[] content, final ContentType contentType)
Creates asynchronous POST request generator.
HttpAsyncRequestProducercreatePost(final String requestURI, final byte[] content, final ContentType contentType)
Creates asynchronous POST request generator.