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

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

Introduction

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

The text is from its open source code.

Method

CloseableHttpAsyncClientcreateDefault()
Creates CloseableHttpAsyncClient instance with default configuration.
CloseableHttpAsyncClientcreateMinimal()
Creates CloseableHttpAsyncClient instance that supports esential HTTP protocol aspects only.
CloseableHttpPipeliningClientcreatePipelining()
Creates CloseableHttpPipeliningClient instance that supports pipelined request execution.
HttpAsyncClientBuildercustom()
Creates builder object for construction of custom CloseableHttpAsyncClient instances.