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

A

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.
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
 

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

CachingHttpAsyncClient - Class in org.apache.http.impl.client.cache
 
CachingHttpAsyncClient() - Constructor for class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
CachingHttpAsyncClient(CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
CachingHttpAsyncClient(HttpAsyncClient) - Constructor for class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
CachingHttpAsyncClient(HttpAsyncClient, CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
CachingHttpAsyncClient(HttpAsyncClient, ResourceFactory, HttpCacheStorage, CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
CachingHttpAsyncClient(HttpAsyncClient, HttpCacheStorage, CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
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.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.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(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(IOSession, ConnectionConfig) - Method in interface org.apache.http.nio.conn.NHttpConnectionFactory
 
createConsumer() - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
Creates basic response consumer that will buffer response content in memory.
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.
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.
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.
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.
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.
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
 
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

execute(HttpHost, HttpRequest, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
execute(HttpUriRequest, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
execute(HttpUriRequest, HttpContext, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
execute(HttpHost, HttpRequest, HttpContext, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
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.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.PoolingNHttpClientConnectionManager
 

G

getCacheHits() - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
Reports the number of times that the cache successfully responded to an HttpRequest without contacting the origin server.
getCacheMisses() - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
Reports the number of times that the cache contacted the origin server because it had no appropriate response cached.
getCacheUpdates() - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
Reports the number of times that the cache was able to satisfy a response by revalidating an existing but stale cache entry.
getConnectionConfig(HttpHost) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
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.PoolingNHttpClientConnectionManager
 
getDefaultStrategy() - Static method in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 
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 interface org.apache.http.nio.conn.ManagedNHttpClientConnection
Returns the underlying I/O session.
getMaxPerRoute(HttpRoute) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getMaxTotal() - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getRoutes() - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getSSLSession() - Method in interface org.apache.http.nio.conn.ManagedNHttpClientConnection
Obtains the SSL session of the underlying connection, if any.
getStats(HttpRoute) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getSystemDefaultStrategy() - Static method in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 
getTotalStats() - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
getUserToken(HttpContext) - Method in class org.apache.http.impl.nio.client.DefaultAsyncUserTokenHandler
 

H

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
 
INSTANCE - Static variable in class org.apache.http.impl.nio.client.DefaultAsyncUserTokenHandler
 
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
 
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
 
isSharedCache() - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
Reports whether this CachingHttpClient is configured as a shared (public) or non-shared (private) cache.

M

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
 

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
 
onResponseReceived(HttpResponse) - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
 
org.apache.http.impl.client.cache - package org.apache.http.impl.client.cache
HTTP/1.1 client-side caching.
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.ssl - package org.apache.http.nio.conn.ssl
Asynchronous client TLS/SSL support.

P

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>) - 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>, SchemePortResolver, DnsResolver, 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

releaseConnection(NHttpClientConnection, Object, long, TimeUnit) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
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
 
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.
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).
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.
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.
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.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.
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.PoolingNHttpClientConnectionManager
 
setMaxTotal(int) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
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.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.HttpAsyncClientBuilder
Assigns RedirectStrategy instance.
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.
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.HttpAsyncClientBuilder
Assigns UserTokenHandler instance.
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.
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
 
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.
supportsRangeAndContentRangeHeaders() - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
Reports whether this CachingHttpClient implementation supports byte-range requests as specified by the Range and Content-Range headers.

U

upgrade(NHttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager
 
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

verifySession(HttpHost, IOSession, SSLSession) - Method in class org.apache.http.nio.conn.ssl.SSLIOSessionStrategy
 

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 M N O P R S U V Z 

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