A B C D E F G H I L M N O P R S T U V Z 

A

AbstractHttpAsyncClient - Class in org.apache.http.impl.nio.client
Deprecated.
AbstractHttpAsyncClient(ClientAsyncConnectionManager) - Constructor for class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
AbstractHttpAsyncClient(IOReactorConfig) - Constructor for class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
addInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Adds this protocol interceptor to the head of the protocol processing list.
addInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Adds this protocol interceptor to the head of the protocol processing list.
addInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Adds this protocol interceptor to the tail of the protocol processing list.
addInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Adds this protocol interceptor to the tail of the protocol processing list.
addRequestInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
addRequestInterceptor(HttpRequestInterceptor, int) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
addResponseInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
addResponseInterceptor(HttpResponseInterceptor, int) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
ALLOW_ALL_HOSTNAME_VERIFIER - Static variable in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
Deprecated.
AsyncByteConsumer<T> - Class in org.apache.http.nio.client.methods
HttpAsyncResponseConsumer implementation that provides convenience methods for processing of binary content entities enclosed in an HTTP response.
AsyncByteConsumer(int) - Constructor for class org.apache.http.nio.client.methods.AsyncByteConsumer
 
AsyncByteConsumer() - Constructor for class org.apache.http.nio.client.methods.AsyncByteConsumer
 
AsyncCharConsumer<T> - Class in org.apache.http.nio.client.methods
HttpAsyncResponseConsumer implementation that provides convenience methods for processing of textual content entities enclosed in an HTTP response.
AsyncCharConsumer(int) - Constructor for class org.apache.http.nio.client.methods.AsyncCharConsumer
 
AsyncCharConsumer() - Constructor for class org.apache.http.nio.client.methods.AsyncCharConsumer
 
AsyncScheme - Class in org.apache.http.nio.conn.scheme
Deprecated.
AsyncScheme(String, int, LayeringStrategy) - Constructor for class org.apache.http.nio.conn.scheme.AsyncScheme
Deprecated.
 
AsyncSchemeRegistry - Class in org.apache.http.nio.conn.scheme
Deprecated.
AsyncSchemeRegistry() - Constructor for class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Deprecated.
Creates a new, empty scheme registry.
AsyncSchemeRegistryFactory - Class in org.apache.http.impl.nio.conn
Deprecated.
AsyncSchemeRegistryFactory() - Constructor for class org.apache.http.impl.nio.conn.AsyncSchemeRegistryFactory
Deprecated.
 

B

bind(IOSession) - Method in interface org.apache.http.nio.conn.ManagedNHttpClientConnection
Binds connection to the given I/O session.
BROWSER_COMPATIBLE_HOSTNAME_VERIFIER - Static variable in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
Deprecated.
build() - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
 
buildResult(HttpContext) - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
 

C

clearRequestInterceptors() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
clearResponseInterceptors() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
ClientAsyncConnection - Interface in org.apache.http.nio.conn
Deprecated.
ClientAsyncConnectionFactory - Interface in org.apache.http.nio.conn
Deprecated.
ClientAsyncConnectionManager - Interface in org.apache.http.nio.conn
Deprecated.
CloseableHttpAsyncClient - Class in org.apache.http.impl.nio.client
Base implementation of HttpAsyncClient that also implements Closeable.
CloseableHttpAsyncClient() - Constructor for class org.apache.http.impl.nio.client.CloseableHttpAsyncClient
 
CloseableHttpPipeliningClient - Class in org.apache.http.impl.nio.client
Base implementation of HttpPipeliningClient that also implements Closeable.
CloseableHttpPipeliningClient() - Constructor for class org.apache.http.impl.nio.client.CloseableHttpPipeliningClient
 
closeExpiredConnections() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
closeExpiredConnections() - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
closeExpiredConnections() - Method in interface org.apache.http.nio.conn.NHttpClientConnectionManager
Closes all expired connections in the pool.
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
closeIdleConnections(long, TimeUnit) - Method in interface org.apache.http.nio.conn.NHttpClientConnectionManager
Closes idle connections in the pool.
closeQuietly(CloseableHttpAsyncClient) - Static method in class org.apache.http.nio.client.util.HttpAsyncClientUtils
Unconditionally close a httpAsyncClient.
create() - Static method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
 
create(String, IOSession, HttpParams) - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
Deprecated.
create(IOSession, ConnectionConfig) - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
Deprecated.
 
create(IOSession, ConnectionConfig) - Method in class org.apache.http.impl.nio.conn.ManagedNHttpClientConnectionFactory
 
create(HttpHost, HttpRequest) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous request generator for the given request message.
create(HttpUriRequest) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous request generator for the given request message.
create(String, IOSession, HttpParams) - Method in interface org.apache.http.nio.conn.ClientAsyncConnectionFactory
Deprecated.
 
create(IOSession, ConnectionConfig) - Method in interface org.apache.http.nio.conn.NHttpConnectionFactory
 
createAuthSchemeRegistry() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createByteBufferAllocator() - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
Deprecated.
createClientAsyncConnectionFactory() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
createConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createConnectionReuseStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createConsumer() - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates basic response consumer that will buffer response content in memory.
createCookieSpecRegistry() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createCookieStore() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createCredentialsProvider() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createDecoder(ContentType) - Method in class org.apache.http.nio.client.methods.AsyncCharConsumer
Invoked to create a @{link CharsetDecoder} for contentType.
createDefault() - Static method in class org.apache.http.impl.nio.client.HttpAsyncClients
Creates CloseableHttpAsyncClient instance with default configuration.
createDefault() - Static method in class org.apache.http.impl.nio.conn.AsyncSchemeRegistryFactory
Deprecated.
 
createDelete(URI) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous DELETE request generator.
createDelete(String) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous DELETE request generator.
createGet(URI) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous GET request generator.
createGet(String) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous GET request generator.
createHead(URI) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous HEAD request generator.
createHead(String) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous HEAD request generator.
createHttpContext() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createHttpParams() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createHttpParams() - Method in class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
Deprecated.
 
createHttpProcessor() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createHttpProcessor() - Method in class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
Deprecated.
 
createHttpResponseFactory() - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
Deprecated.
createHttpRoutePlanner() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createMinimal() - Static method in class org.apache.http.impl.nio.client.HttpAsyncClients
Creates CloseableHttpAsyncClient instance that supports esential HTTP protocol aspects only.
createMinimal(ConnectingIOReactor) - Static method in class org.apache.http.impl.nio.client.HttpAsyncClients
Creates CloseableHttpAsyncClient instance that supports esential HTTP protocol aspects only.
createMinimal(NHttpClientConnectionManager) - Static method in class org.apache.http.impl.nio.client.HttpAsyncClients
Creates CloseableHttpAsyncClient instance that supports esential HTTP protocol aspects only.
createMinimal(NHttpClientConnectionManager, boolean) - Static method in class org.apache.http.impl.nio.client.HttpAsyncClients
Creates CloseableHttpAsyncClient instance that supports esential HTTP protocol aspects only.
createOptions(URI) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous OPTIONS request generator.
createOptions(String) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous OPTIONS request generator.
createPipelining() - Static method in class org.apache.http.impl.nio.client.HttpAsyncClients
Creates CloseableHttpPipeliningClient instance that supports pipelined request execution.
createPipelining(ConnectingIOReactor) - Static method in class org.apache.http.impl.nio.client.HttpAsyncClients
Creates CloseableHttpPipeliningClient instance that supports pipelined request execution.
createPipelining(NHttpClientConnectionManager) - Static method in class org.apache.http.impl.nio.client.HttpAsyncClients
Creates CloseableHttpPipeliningClient instance that supports pipelined request execution.
createPipelining(NHttpClientConnectionManager, boolean) - Static method in class org.apache.http.impl.nio.client.HttpAsyncClients
Creates CloseableHttpPipeliningClient instance that supports pipelined request execution.
createPost(URI, String, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous POST request generator.
createPost(String, String, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous POST request generator.
createPost(URI, byte[], ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous POST request generator.
createPost(String, byte[], ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous POST request generator.
createProxyAuthenticationStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createPut(URI, String, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous PUT request generator.
createPut(String, String, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous PUT request generator.
createPut(URI, byte[], ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous PUT request generator.
createPut(String, byte[], ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous PUT request generator.
createRequest(URI, HttpEntity) - Method in class org.apache.http.nio.client.methods.ZeroCopyPost
 
createRequest(URI, HttpEntity) - Method in class org.apache.http.nio.client.methods.ZeroCopyPut
 
createSystem() - Static method in class org.apache.http.impl.nio.client.HttpAsyncClients
Creates CloseableHttpAsyncClient instance with default configuration based on ssytem properties.
createTargetAuthenticationStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createTrace(URI) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous TRACE request generator.
createTrace(String) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous TRACE request generator.
createUserTokenHandler() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
createZeroCopyConsumer(File) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates zero-copy response consumer that will stream response content directly to the given file.
createZeroCopyPost(URI, File, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous zero-copy POST request generator.
createZeroCopyPost(String, File, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous zero-copy POST request generator.
createZeroCopyPut(URI, File, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous zero-copy PUT request generator.
createZeroCopyPut(String, File, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates asynchronous zero-copy PUT request generator.
custom() - Static method in class org.apache.http.impl.nio.client.HttpAsyncClients
Creates builder object for construction of custom CloseableHttpAsyncClient instances.

D

DefaultAsyncUserTokenHandler - Class in org.apache.http.impl.nio.client
Default implementation of UserTokenHandler for asynchrounous HTTP client communication.
DefaultAsyncUserTokenHandler() - Constructor for class org.apache.http.impl.nio.client.DefaultAsyncUserTokenHandler
 
DefaultClientAsyncConnection - Class in org.apache.http.impl.nio.conn
Deprecated.
DefaultClientAsyncConnection(String, IOSession, HttpResponseFactory, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.conn.DefaultClientAsyncConnection
Deprecated.
 
DefaultClientAsyncConnectionFactory - Class in org.apache.http.impl.nio.conn
Deprecated.
DefaultClientAsyncConnectionFactory(NHttpMessageParserFactory<HttpResponse>, ByteBufferAllocator) - Constructor for class org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
Deprecated.
 
DefaultClientAsyncConnectionFactory() - Constructor for class org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
Deprecated.
 
DefaultHttpAsyncClient - Class in org.apache.http.impl.nio.client
Deprecated.
DefaultHttpAsyncClient(ClientAsyncConnectionManager) - Constructor for class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
Deprecated.
 
DefaultHttpAsyncClient(IOReactorConfig) - Constructor for class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
Deprecated.
 
DefaultHttpAsyncClient() - Constructor for class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
Deprecated.
 
DefaultHttpAsyncRoutePlanner - Class in org.apache.http.impl.nio.conn
Deprecated.
DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry) - Constructor for class org.apache.http.impl.nio.conn.DefaultHttpAsyncRoutePlanner
Deprecated.
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.nio.conn.DefaultHttpAsyncRoutePlanner
Deprecated.
 
disableAuthCaching() - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Disables authentication scheme caching.
disableConnectionState() - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Disables connection state tracking.
disableCookieManagement() - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Disables state (cookie) management.

E

equals(Object) - Method in class org.apache.http.nio.conn.scheme.AsyncScheme
Deprecated.
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
execute(HttpHost, HttpRequest, HttpContext, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
execute(HttpHost, HttpRequest, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
execute(HttpUriRequest, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
execute(HttpUriRequest, HttpContext, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.apache.http.impl.nio.client.CloseableHttpAsyncClient
 
execute(HttpHost, HttpRequest, HttpContext, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.nio.client.CloseableHttpAsyncClient
 
execute(HttpHost, HttpRequest, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.nio.client.CloseableHttpAsyncClient
 
execute(HttpUriRequest, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.nio.client.CloseableHttpAsyncClient
 
execute(HttpUriRequest, HttpContext, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.nio.client.CloseableHttpAsyncClient
 
execute(HttpHost, List<? extends HttpAsyncRequestProducer>, List<? extends HttpAsyncResponseConsumer<T>>, FutureCallback<List<T>>) - Method in class org.apache.http.impl.nio.client.CloseableHttpPipeliningClient
 
execute(HttpHost, List<HttpRequest>, FutureCallback<List<HttpResponse>>) - Method in class org.apache.http.impl.nio.client.CloseableHttpPipeliningClient
 
execute(HttpHost, List<HttpRequest>, HttpContext, FutureCallback<List<HttpResponse>>) - Method in class org.apache.http.impl.nio.client.CloseableHttpPipeliningClient
 
execute(IOEventDispatch) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
execute(IOEventDispatch) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in interface org.apache.http.nio.client.HttpAsyncClient
Initiates asynchronous HTTP request execution using the given context.
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, FutureCallback<T>) - Method in interface org.apache.http.nio.client.HttpAsyncClient
Initiates asynchronous HTTP request execution using the default context.
execute(HttpHost, HttpRequest, HttpContext, FutureCallback<HttpResponse>) - Method in interface org.apache.http.nio.client.HttpAsyncClient
Initiates asynchronous HTTP request execution against the given target using the given context.
execute(HttpHost, HttpRequest, FutureCallback<HttpResponse>) - Method in interface org.apache.http.nio.client.HttpAsyncClient
Initiates asynchronous HTTP request execution against the given target.
execute(HttpUriRequest, HttpContext, FutureCallback<HttpResponse>) - Method in interface org.apache.http.nio.client.HttpAsyncClient
Initiates asynchronous HTTP request execution using the given context.
execute(HttpUriRequest, FutureCallback<HttpResponse>) - Method in interface org.apache.http.nio.client.HttpAsyncClient
Initiates asynchronous HTTP request execution.
execute(HttpHost, List<? extends HttpAsyncRequestProducer>, List<? extends HttpAsyncResponseConsumer<T>>, HttpContext, FutureCallback<List<T>>) - Method in interface org.apache.http.nio.client.HttpPipeliningClient
Initiates pipelined execution of a sequence of requests.
execute(HttpHost, List<? extends HttpAsyncRequestProducer>, List<? extends HttpAsyncResponseConsumer<T>>, FutureCallback<List<T>>) - Method in interface org.apache.http.nio.client.HttpPipeliningClient
Initiates pipelined execution of a sequence of requests.
execute(HttpHost, List<HttpRequest>, HttpContext, FutureCallback<List<HttpResponse>>) - Method in interface org.apache.http.nio.client.HttpPipeliningClient
Initiates pipelined execution of a sequence of requests against the given target using the given context.
execute(HttpHost, List<HttpRequest>, FutureCallback<List<HttpResponse>>) - Method in interface org.apache.http.nio.client.HttpPipeliningClient
Initiates pipelined execution of a sequence of requests against the given target.
execute(IOEventDispatch) - Method in interface org.apache.http.nio.conn.NHttpClientConnectionManager
Starts the underlying I/O reactor and initiates the dispatch of I/O event notifications to the given IOEventDispatch.

F

finalize() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
finalize() - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 

G

get(String) - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Deprecated.
Obtains a scheme by name, if registered.
getAuthSchemes() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getConnectionConfig(HttpHost) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getConnectionManager() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getConnectionReuseStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getCookieSpecs() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getCookieStore() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getCredentialsProvider() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getDefaultConnectionConfig() - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getDefaultHostnameVerifier() - Static method in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 
getDefaultMaxPerRoute() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
getDefaultMaxPerRoute() - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getDefaultPort() - Method in class org.apache.http.nio.conn.scheme.AsyncScheme
Deprecated.
 
getDefaultStrategy() - Static method in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 
getDefaultStrategy() - Static method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
getHttpProcessor() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getId() - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnection
Deprecated.
 
getId() - Method in interface org.apache.http.nio.conn.ManagedNHttpClientConnection
Returns connection ID which is expected to be unique for the life span of the connection manager.
getIOSession() - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnection
Deprecated.
 
getIOSession() - Method in interface org.apache.http.nio.conn.ClientAsyncConnection
Deprecated.
 
getIOSession() - Method in interface org.apache.http.nio.conn.ManagedNHttpClientConnection
Returns the underlying I/O session.
getLayeringStrategy() - Method in class org.apache.http.nio.conn.scheme.AsyncScheme
Deprecated.
 
getMaxPerRoute(HttpRoute) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
getMaxPerRoute(HttpRoute) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getMaxTotal() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
getMaxTotal() - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getName() - Method in class org.apache.http.nio.conn.scheme.AsyncScheme
Deprecated.
 
getParams() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getProxyAuthenticationStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getRedirectStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getRequestInterceptor(int) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getRequestInterceptorCount() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getResponseInterceptor(int) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getResponseInterceptorCount() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getRoutePlanner() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getRoutes() - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getScheme(String) - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Deprecated.
Obtains a scheme by name.
getScheme(HttpHost) - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Deprecated.
Obtains the scheme for a host.
getSchemeNames() - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Deprecated.
Obtains the names of the registered schemes.
getSchemeRegistry() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
getSchemeRegistry() - Method in interface org.apache.http.nio.conn.ClientAsyncConnectionManager
Deprecated.
 
getSSLSession() - Method in interface org.apache.http.nio.conn.ManagedNHttpClientConnection
Obtains the SSL session of the underlying connection, if any.
getState() - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
Deprecated.
 
getStats(HttpRoute) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
getStats(HttpRoute) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getStatus() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getStatus() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
getSystemDefaultStrategy() - Static method in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 
getSystemDefaultStrategy() - Static method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
getTargetAuthenticationStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
getTotalStats() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
getTotalStats() - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getUserToken(HttpContext) - Method in class org.apache.http.impl.nio.client.DefaultAsyncUserTokenHandler
 
getUserTokenHandler() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 

H

hashCode() - Method in class org.apache.http.nio.conn.scheme.AsyncScheme
Deprecated.
 
HttpAsyncClient - Interface in org.apache.http.nio.client
This interface represents only the most basic contract for HTTP request execution.
HttpAsyncClientBuilder - Class in org.apache.http.impl.nio.client
Builder for CloseableHttpAsyncClient instances.
HttpAsyncClientBuilder() - Constructor for class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
 
HttpAsyncClients - Class in org.apache.http.impl.nio.client
Factory methods for CloseableHttpAsyncClient and CloseableHttpPipeliningClient instances.
HttpAsyncClientUtils - Class in org.apache.http.nio.client.util
Static helpers for dealing with HttpAsyncClient.
HttpAsyncMethods - Class in org.apache.http.nio.client.methods
Factory methods for asynchronous request producers and response consumers.
HttpAsyncMethods() - Constructor for class org.apache.http.nio.client.methods.HttpAsyncMethods
 
HttpPipeliningClient - Interface in org.apache.http.nio.client
This interface represents only the most basic contract for HTTP request execution.

I

initializeEngine(SSLEngine) - Method in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 
initializeEngine(SSLEngine) - Method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
INSTANCE - Static variable in class org.apache.http.impl.nio.client.DefaultAsyncUserTokenHandler
 
INSTANCE - Static variable in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
Deprecated.
 
INSTANCE - Static variable in class org.apache.http.impl.nio.conn.ManagedNHttpClientConnectionFactory
 
INSTANCE - Static variable in class org.apache.http.nio.conn.NoopIOSessionStrategy
 
isLayeringRequired() - Method in class org.apache.http.nio.conn.NoopIOSessionStrategy
 
isLayeringRequired() - Method in interface org.apache.http.nio.conn.SchemeIOSessionStrategy
Determines whether or not protocol layering is required.
isLayeringRequired() - Method in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 
isMarkedReusable() - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
Deprecated.
 
isRouteComplete(NHttpClientConnection) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
isRouteComplete(NHttpClientConnection) - Method in interface org.apache.http.nio.conn.NHttpClientConnectionManager
Determines if the given connection has been fully established and marked as route complete.
isRunning() - Method in class org.apache.http.impl.nio.client.CloseableHttpAsyncClient
 
isSecure() - Method in interface org.apache.http.nio.conn.scheme.LayeringStrategy
Deprecated.
 
isSecure() - Method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 

L

layer(IOSession) - Method in interface org.apache.http.nio.conn.scheme.LayeringStrategy
Deprecated.
 
layer(IOSession) - Method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
LayeringStrategy - Interface in org.apache.http.nio.conn.scheme
Deprecated.
layerProtocol(HttpContext, HttpParams) - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
Deprecated.
 
leaseConnection(HttpRoute, Object, long, TimeUnit, FutureCallback<ManagedClientAsyncConnection>) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
leaseConnection(HttpRoute, Object, long, TimeUnit, FutureCallback<ManagedClientAsyncConnection>) - Method in interface org.apache.http.nio.conn.ClientAsyncConnectionManager
Deprecated.
 

M

ManagedClientAsyncConnection - Interface in org.apache.http.nio.conn
Deprecated.
ManagedNHttpClientConnection - Interface in org.apache.http.nio.conn
Represents a managed connection whose state and life cycle is managed by a connection manager.
ManagedNHttpClientConnectionFactory - Class in org.apache.http.impl.nio.conn
Default factory for ManagedNHttpClientConnection instances.
ManagedNHttpClientConnectionFactory(NHttpMessageWriterFactory<HttpRequest>, NHttpMessageParserFactory<HttpResponse>, ByteBufferAllocator) - Constructor for class org.apache.http.impl.nio.conn.ManagedNHttpClientConnectionFactory
 
ManagedNHttpClientConnectionFactory() - Constructor for class org.apache.http.impl.nio.conn.ManagedNHttpClientConnectionFactory
 
markReusable() - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
Deprecated.
 

N

NHttpClientConnectionManager - Interface in org.apache.http.nio.conn
Represents a manager of persistent client connections.
NHttpConnectionFactory<T extends org.apache.http.nio.NHttpConnection> - Interface in org.apache.http.nio.conn
Generic NHttpConnection factory.
NoopIOSessionStrategy - Class in org.apache.http.nio.conn
Noop implementation for protocol schemes that have no transport level security.
NoopIOSessionStrategy() - Constructor for class org.apache.http.nio.conn.NoopIOSessionStrategy
 

O

onByteReceived(ByteBuffer, IOControl) - Method in class org.apache.http.nio.client.methods.AsyncByteConsumer
Invoked to process a chunk of content.
onCharReceived(CharBuffer, IOControl) - Method in class org.apache.http.nio.client.methods.AsyncCharConsumer
Invoked to process a chunk of content.
onContentReceived(ContentDecoder, IOControl) - Method in class org.apache.http.nio.client.methods.AsyncByteConsumer
 
onContentReceived(ContentDecoder, IOControl) - Method in class org.apache.http.nio.client.methods.AsyncCharConsumer
 
onContentReceived(ContentDecoder, IOControl) - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
 
onEntityEnclosed(HttpEntity, ContentType) - Method in class org.apache.http.nio.client.methods.AsyncByteConsumer
 
onEntityEnclosed(HttpEntity, ContentType) - Method in class org.apache.http.nio.client.methods.AsyncCharConsumer
 
onEntityEnclosed(HttpEntity, ContentType) - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
 
onRequestSubmitted(HttpRequest) - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnection
Deprecated.
 
onResponseReceived(HttpResponse) - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnection
Deprecated.
 
onResponseReceived(HttpResponse) - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
 
open(HttpRoute, HttpContext, HttpParams) - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
Deprecated.
 
org.apache.http.impl.nio.client - package org.apache.http.impl.nio.client
Default asynchronous HTTP client implementation.
org.apache.http.impl.nio.conn - package org.apache.http.impl.nio.conn
Default implementations of asynchronous client connection management functions.
org.apache.http.nio.client - package org.apache.http.nio.client
Asynchronous HTTP client communication APIs.
org.apache.http.nio.client.methods - package org.apache.http.nio.client.methods
Asynchronous HTTP method implementations.
org.apache.http.nio.client.util - package org.apache.http.nio.client.util
Asynchronous client utility classes.
org.apache.http.nio.conn - package org.apache.http.nio.conn
Asynchronous client connection management APIs.
org.apache.http.nio.conn.scheme - package org.apache.http.nio.conn.scheme
Deprecated
org.apache.http.nio.conn.ssl - package org.apache.http.nio.conn.ssl
Asynchronous client TLS/SSL support.

P

PoolingClientAsyncConnectionManager - Class in org.apache.http.impl.nio.conn
Deprecated.
PoolingClientAsyncConnectionManager(ConnectingIOReactor, AsyncSchemeRegistry, long, TimeUnit) - Constructor for class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
PoolingClientAsyncConnectionManager(ConnectingIOReactor, AsyncSchemeRegistry) - Constructor for class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
PoolingClientAsyncConnectionManager(ConnectingIOReactor) - Constructor for class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
PoolingNHttpClientConnectionManager - Class in org.apache.http.impl.nio.conn
PoolingNHttpClientConnectionManager maintains a pool of NHttpClientConnections and is able to service connection requests from multiple execution threads.
PoolingNHttpClientConnectionManager(ConnectingIOReactor) - Constructor for class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
PoolingNHttpClientConnectionManager(ConnectingIOReactor, Registry<SchemeIOSessionStrategy>) - Constructor for class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
PoolingNHttpClientConnectionManager(ConnectingIOReactor, NHttpConnectionFactory<ManagedNHttpClientConnection>, DnsResolver) - Constructor for class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
PoolingNHttpClientConnectionManager(ConnectingIOReactor, NHttpConnectionFactory<ManagedNHttpClientConnection>, SocketAddressResolver<HttpRoute>) - Constructor for class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
PoolingNHttpClientConnectionManager(ConnectingIOReactor, NHttpConnectionFactory<ManagedNHttpClientConnection>) - Constructor for class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
PoolingNHttpClientConnectionManager(ConnectingIOReactor, NHttpConnectionFactory<ManagedNHttpClientConnection>, Registry<SchemeIOSessionStrategy>) - Constructor for class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
PoolingNHttpClientConnectionManager(ConnectingIOReactor, NHttpConnectionFactory<ManagedNHttpClientConnection>, Registry<SchemeIOSessionStrategy>, DnsResolver) - Constructor for class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
PoolingNHttpClientConnectionManager(ConnectingIOReactor, NHttpConnectionFactory<ManagedNHttpClientConnection>, Registry<SchemeIOSessionStrategy>, SocketAddressResolver<HttpRoute>) - Constructor for class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
PoolingNHttpClientConnectionManager(ConnectingIOReactor, NHttpConnectionFactory<ManagedNHttpClientConnection>, Registry<SchemeIOSessionStrategy>, SchemePortResolver, DnsResolver, long, TimeUnit) - Constructor for class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
PoolingNHttpClientConnectionManager(ConnectingIOReactor, NHttpConnectionFactory<ManagedNHttpClientConnection>, Registry<SchemeIOSessionStrategy>, SocketAddressResolver<HttpRoute>, long, TimeUnit) - Constructor for class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
process(HttpResponse, File, ContentType) - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
Invoked to process received file.

R

register(AsyncScheme) - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Deprecated.
Registers a scheme.
releaseConnection(ManagedClientAsyncConnection, long, TimeUnit) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
releaseConnection(NHttpClientConnection, Object, long, TimeUnit) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
releaseConnection(ManagedClientAsyncConnection, long, TimeUnit) - Method in interface org.apache.http.nio.conn.ClientAsyncConnectionManager
Deprecated.
 
releaseConnection(NHttpClientConnection, Object, long, TimeUnit) - Method in interface org.apache.http.nio.conn.NHttpClientConnectionManager
Releases the connection back to the manager making it potentially re-usable by other consumers.
releaseResources() - Method in class org.apache.http.nio.client.methods.AsyncByteConsumer
 
releaseResources() - Method in class org.apache.http.nio.client.methods.AsyncCharConsumer
 
releaseResources() - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
 
removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
requestConnection(HttpRoute, Object, long, long, TimeUnit, FutureCallback<NHttpClientConnection>) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
requestConnection(HttpRoute, Object, long, long, TimeUnit, FutureCallback<NHttpClientConnection>) - Method in interface org.apache.http.nio.conn.NHttpClientConnectionManager
Returns a Future for a NHttpClientConnection.
resolvePort(int) - Method in class org.apache.http.nio.conn.scheme.AsyncScheme
Deprecated.
 
routeComplete(NHttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
routeComplete(NHttpClientConnection, HttpRoute, HttpContext) - Method in interface org.apache.http.nio.conn.NHttpClientConnectionManager
Marks the connection as fully established with all its intermediate hops completed.

S

SchemeIOSessionStrategy - Interface in org.apache.http.nio.conn
I/O session layering strategy for complex protocol schemes, which employ a transport level security protocol to secure HTTP communication (in other words those schemes 'layer' HTTP on top of a transport level protocol such as TLS/SSL).
setAuthSchemes(AuthSchemeRegistry) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
setConnectionConfig(HttpHost, ConnectionConfig) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
setConnectionManager(NHttpClientConnectionManager) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
setConnectionManagerShared(boolean) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Defines the connection manager is to be shared by multiple client instances.
setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns ConnectionReuseStrategy instance.
setCookieSpecs(CookieSpecRegistry) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
setCookieStore(CookieStore) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
setDefaultAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns default AuthScheme registry which will be used for request execution if not explicitly set in the client execution context.
setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns default ConnectionConfig.
setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
setDefaultCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns default CookieSpec registry which will be used for request execution if not explicitly set in the client execution context.
setDefaultCookieStore(CookieStore) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns default CookieStore instance which will be used for request execution if not explicitly set in the client execution context.
setDefaultCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns default CredentialsProvider instance which will be used for request execution if not explicitly set in the client execution context.
setDefaultHeaders(Collection<? extends Header>) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns default request header values.
setDefaultHttpParams(HttpParams) - Static method in class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
Deprecated.
 
setDefaultIOReactorConfig(IOReactorConfig) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns default IOReactorConfig.
setDefaultMaxPerRoute(int) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
setDefaultMaxPerRoute(int) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
setDefaultRequestConfig(RequestConfig) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns default RequestConfig instance which will be used for request execution if not explicitly set in the client execution context.
setEventHandler(NHttpClientEventHandler) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns NHttpClientEventHandler instance.
setHostnameVerifier(X509HostnameVerifier) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
setHttpProcessor(HttpProcessor) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns HttpProcessor instance.
setIdleDuration(long, TimeUnit) - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
Deprecated.
 
setItems(Map<String, AsyncScheme>) - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Deprecated.
Populates the internal collection of registered protocol schemes with the content of the map passed as a parameter.
setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns ConnectionKeepAliveStrategy instance.
setMaxConnPerRoute(int) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns maximum connection per route value.
setMaxConnTotal(int) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns maximum total connection value.
setMaxPerRoute(HttpRoute, int) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
setMaxPerRoute(HttpRoute, int) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
setMaxTotal(int) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
setMaxTotal(int) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
setParams(HttpParams) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
setProxy(HttpHost) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns default proxy value.
setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns AuthenticationStrategy instance for target host authentication.
setPublicSuffixMatcher(PublicSuffixMatcher) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns file containing public suffix matcher.
setRedirectStrategy(RedirectStrategy) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
setRedirectStrategy(RedirectStrategy) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns RedirectStrategy instance.
setReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns HttpRoutePlanner instance.
setSchemePortResolver(SchemePortResolver) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns SchemePortResolver instance.
setSSLContext(SSLContext) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns SSLContext instance.
setSSLHostnameVerifier(HostnameVerifier) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns HostnameVerifier instance.
setSSLStrategy(SchemeIOSessionStrategy) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns SchemeIOSessionStrategy instance.
setState(Object) - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
Deprecated.
 
setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns AuthenticationStrategy instance for proxy authentication.
setThreadFactory(ThreadFactory) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns ThreadFactory instance.
setUserAgent(String) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns User-Agent value.
setUserTokenHandler(UserTokenHandler) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
setUserTokenHandler(UserTokenHandler) - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Assigns UserTokenHandler instance.
shutdown() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
shutdown(long) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
shutdown() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
Deprecated.
 
shutdown(long) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
shutdown() - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
shutdown() - Method in interface org.apache.http.nio.conn.NHttpClientConnectionManager
Shuts down this connection manager and releases allocated resources.
SSL - Static variable in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
SSLIOSessionStrategy - Class in org.apache.http.nio.conn.ssl
TLS/SSL transport level security strategy.
SSLIOSessionStrategy(SSLContext, String[], String[], X509HostnameVerifier) - Constructor for class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
SSLIOSessionStrategy(SSLContext, X509HostnameVerifier) - Constructor for class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
Deprecated.
(4.1)
SSLIOSessionStrategy(SSLContext, String[], String[], HostnameVerifier) - Constructor for class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 
SSLIOSessionStrategy(SSLContext, HostnameVerifier) - Constructor for class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 
SSLIOSessionStrategy(SSLContext) - Constructor for class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 
SSLLayeringStrategy - Class in org.apache.http.nio.conn.ssl
Deprecated.
SSLLayeringStrategy(String, KeyStore, String, KeyStore, SecureRandom, X509HostnameVerifier) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
SSLLayeringStrategy(String, KeyStore, String, KeyStore, SecureRandom, TrustStrategy, X509HostnameVerifier) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
SSLLayeringStrategy(KeyStore, String, KeyStore) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
SSLLayeringStrategy(KeyStore, String) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
SSLLayeringStrategy(KeyStore) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
SSLLayeringStrategy(TrustStrategy, X509HostnameVerifier) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
SSLLayeringStrategy(TrustStrategy) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
SSLLayeringStrategy(SSLContext, X509HostnameVerifier) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
SSLLayeringStrategy(SSLContext) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
SSLV2 - Static variable in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
start() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
Deprecated.
 
start() - Method in class org.apache.http.impl.nio.client.CloseableHttpAsyncClient
 
startRoute(NHttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
startRoute(NHttpClientConnection, HttpRoute, HttpContext) - Method in interface org.apache.http.nio.conn.NHttpClientConnectionManager
Starts the process of connection initialization.
STRICT_HOSTNAME_VERIFIER - Static variable in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
Deprecated.

T

TLS - Static variable in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 
toString() - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnection
Deprecated.
 
toString() - Method in class org.apache.http.nio.conn.scheme.AsyncScheme
Deprecated.
 
tunnelProxy(HttpHost, HttpParams) - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
Deprecated.
 
tunnelTarget(HttpParams) - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
Deprecated.
 

U

unmarkReusable() - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
Deprecated.
 
unregister(String) - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Deprecated.
Unregisters a scheme.
upgrade(IOSession) - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnection
Deprecated.
 
upgrade(NHttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
upgrade(IOSession) - Method in interface org.apache.http.nio.conn.ClientAsyncConnection
Deprecated.
 
upgrade(NHttpClientConnection, HttpRoute, HttpContext) - Method in interface org.apache.http.nio.conn.NHttpClientConnectionManager
Upgrades the underlying connection I/O session to TLS/SSL (or another layering protocol) after having executed CONNECT method to all intermediate proxy hops.
upgrade(HttpHost, IOSession) - Method in class org.apache.http.nio.conn.NoopIOSessionStrategy
 
upgrade(HttpHost, IOSession) - Method in interface org.apache.http.nio.conn.SchemeIOSessionStrategy
Decorates the original IOSession with a transport level security protocol implementation.
upgrade(HttpHost, IOSession) - Method in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 
useSystemProperties() - Method in class org.apache.http.impl.nio.client.HttpAsyncClientBuilder
Use system properties when creating and configuring default implementations.

V

validatePendingRequests() - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
verifySession(HttpHost, IOSession, SSLSession) - Method in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 
verifySession(IOSession, SSLSession) - Method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
Deprecated.
 

Z

ZeroCopyConsumer<T> - Class in org.apache.http.nio.client.methods
HttpAsyncResponseConsumer implementation that streams content entity enclosed in an HTTP response directly into a file without an intermediate in-memory buffer.
ZeroCopyConsumer(File) - Constructor for class org.apache.http.nio.client.methods.ZeroCopyConsumer
 
ZeroCopyPost - Class in org.apache.http.nio.client.methods
HttpAsyncRequestProducer implementation that generates an HTTP POST request enclosing content of a file.
ZeroCopyPost(URI, File, ContentType) - Constructor for class org.apache.http.nio.client.methods.ZeroCopyPost
 
ZeroCopyPost(String, File, ContentType) - Constructor for class org.apache.http.nio.client.methods.ZeroCopyPost
 
ZeroCopyPut - Class in org.apache.http.nio.client.methods
HttpAsyncRequestProducer implementation that generates an HTTP PUT request enclosing content of a file.
ZeroCopyPut(URI, File, ContentType) - Constructor for class org.apache.http.nio.client.methods.ZeroCopyPut
 
ZeroCopyPut(String, File, ContentType) - Constructor for class org.apache.http.nio.client.methods.ZeroCopyPut
 
A B C D E F G H I L M N O P R S T U V Z 

Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.