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

A

AbstractHttpAsyncClient - Class in org.apache.http.impl.nio.client
 
AbstractHttpAsyncClient(ConnectingIOReactor, ClientConnectionManager, HttpParams) - Constructor for class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
AbstractHttpAsyncClient(HttpParams) - Constructor for class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
addRequestInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
addRequestInterceptor(HttpRequestInterceptor, int) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
addResponseInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
addResponseInterceptor(HttpResponseInterceptor, int) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 

B

BasicFuture<T> - Class in org.apache.http.nio.concurrent
 
BasicFuture(FutureCallback<T>) - Constructor for class org.apache.http.nio.concurrent.BasicFuture
 
BasicHttpAsyncRequestProducer - Class in org.apache.http.impl.nio.client
 
BasicHttpAsyncRequestProducer(HttpHost, HttpRequest) - Constructor for class org.apache.http.impl.nio.client.BasicHttpAsyncRequestProducer
 
BasicHttpAsyncResponseConsumer - Class in org.apache.http.impl.nio.client
 
BasicHttpAsyncResponseConsumer() - Constructor for class org.apache.http.impl.nio.client.BasicHttpAsyncResponseConsumer
 

C

cancel() - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncResponseConsumer
 
cancel() - Method in interface org.apache.http.nio.client.HttpAsyncResponseConsumer
 
cancel(boolean) - Method in class org.apache.http.nio.concurrent.BasicFuture
 
cancelled() - Method in interface org.apache.http.impl.nio.pool.PoolEntryCallback
 
cancelled() - Method in interface org.apache.http.nio.concurrent.FutureCallback
 
clearRequestInterceptors() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
clearResponseInterceptors() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
ClientConnectionManager - Interface in org.apache.http.nio.conn
 
closeExpired() - Method in class org.apache.http.impl.nio.pool.SessionPool
 
closeExpiredConnections() - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
closeIdle(long, TimeUnit) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
completed(E) - Method in interface org.apache.http.impl.nio.pool.PoolEntryCallback
 
completed(T) - Method in class org.apache.http.nio.concurrent.BasicFuture
 
completed(T) - Method in interface org.apache.http.nio.concurrent.FutureCallback
 
consumeContent(ContentDecoder, IOControl) - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncResponseConsumer
 
consumeContent(ContentDecoder, IOControl) - Method in interface org.apache.http.nio.client.HttpAsyncResponseConsumer
 
createConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createConnectionReuseStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createConsumingHttpEntity(HttpResponse) - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncResponseConsumer
 
createDefault() - Static method in class org.apache.http.impl.nio.conn.SchemeRegistryFactory
 
createEntry(T, IOSession) - Method in interface org.apache.http.impl.nio.pool.PoolEntryFactory
 
createHttpContext() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createHttpParams() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createHttpParams() - Method in class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
 
createHttpProcessor() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createHttpProcessor() - Method in class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
 
createHttpRoutePlanner() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createProducingHttpEntity(HttpRequest) - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncRequestProducer
 
createRequestWriter(SessionOutputBuffer, HttpParams) - Method in class org.apache.http.impl.nio.conn.DefaultClientConnection
 
createResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Method in class org.apache.http.impl.nio.conn.DefaultClientConnection
 

D

DefaultClientConnection - Class in org.apache.http.impl.nio.conn
 
DefaultClientConnection(IOSession, HttpResponseFactory, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.conn.DefaultClientConnection
 
DefaultHttpAsyncClient - Class in org.apache.http.impl.nio.client
 
DefaultHttpAsyncClient(ConnectingIOReactor, ClientConnectionManager, HttpParams) - Constructor for class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
 
DefaultHttpAsyncClient(HttpParams) - Constructor for class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
 
DefaultHttpAsyncClient() - Constructor for class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
 
DefaultHttpAsyncClient(ConnectingIOReactor, ClientConnectionManager) - Constructor for class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
 
DefaultHttpAsyncRoutePlanner - Class in org.apache.http.impl.nio.conn
 
DefaultHttpAsyncRoutePlanner(SchemeRegistry) - Constructor for class org.apache.http.impl.nio.conn.DefaultHttpAsyncRoutePlanner
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.nio.conn.DefaultHttpAsyncRoutePlanner
 

E

equals(Object) - Method in class org.apache.http.nio.conn.scheme.Scheme
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
execute(HttpHost, HttpRequest, HttpContext, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
execute(HttpHost, HttpRequest, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
execute(HttpUriRequest, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
execute(HttpUriRequest, HttpContext, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, FutureCallback<T>) - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
execute(HttpHost, HttpRequest, HttpContext, FutureCallback<HttpResponse>) - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
execute(HttpHost, HttpRequest, FutureCallback<HttpResponse>) - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
execute(HttpUriRequest, HttpContext, FutureCallback<HttpResponse>) - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
execute(HttpUriRequest, FutureCallback<HttpResponse>) - Method in interface org.apache.http.nio.client.HttpAsyncClient
 

F

failed(Exception) - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncResponseConsumer
 
failed(Exception) - Method in interface org.apache.http.impl.nio.pool.PoolEntryCallback
 
failed(Exception) - Method in interface org.apache.http.nio.client.HttpAsyncResponseConsumer
 
failed(Exception) - Method in class org.apache.http.nio.concurrent.BasicFuture
 
failed(Exception) - Method in interface org.apache.http.nio.concurrent.FutureCallback
 
FutureCallback<T> - Interface in org.apache.http.nio.concurrent
 

G

generateRequest() - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncRequestProducer
 
generateRequest() - Method in interface org.apache.http.nio.client.HttpAsyncRequestProducer
 
get() - Method in class org.apache.http.nio.concurrent.BasicFuture
 
get(long, TimeUnit) - Method in class org.apache.http.nio.concurrent.BasicFuture
 
get(String) - Method in class org.apache.http.nio.conn.scheme.SchemeRegistry
Obtains a scheme by name, if registered.
getAvailable() - Method in class org.apache.http.nio.conn.PoolStats
 
getConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getConnectionManager() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getConnectionReuseStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getCreated() - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
getDefaultPort() - Method in class org.apache.http.nio.conn.scheme.Scheme
 
getDefaultStrategy() - Static method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
getException() - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncResponseConsumer
 
getExpiry() - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
getHttpProcessor() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getIOSession() - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
getLayeringStrategy() - Method in class org.apache.http.nio.conn.scheme.Scheme
 
getLeased() - Method in class org.apache.http.nio.conn.PoolStats
 
getMax() - Method in class org.apache.http.nio.conn.PoolStats
 
getName() - Method in class org.apache.http.nio.conn.scheme.Scheme
 
getParams() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getParams() - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
getPending() - Method in class org.apache.http.nio.conn.PoolStats
 
getRedirectStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getRequestInterceptor(int) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getRequestInterceptorCount() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getResponseInterceptor(int) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getResponseInterceptorCount() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getResult() - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncResponseConsumer
 
getResult() - Method in interface org.apache.http.nio.client.HttpAsyncResponseConsumer
 
getRoute() - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
getRoute() - Method in interface org.apache.http.nio.conn.ManagedClientConnection
 
getRoutePlanner() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getScheme(String) - Method in class org.apache.http.nio.conn.scheme.SchemeRegistry
Obtains a scheme by name.
getScheme(HttpHost) - Method in class org.apache.http.nio.conn.scheme.SchemeRegistry
Obtains the scheme for a host.
getSchemeNames() - Method in class org.apache.http.nio.conn.scheme.SchemeRegistry
Obtains the names of the registered schemes.
getSchemeRegistry() - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
getSchemeRegistry() - Method in interface org.apache.http.nio.conn.ClientConnectionManager
 
getSSLIOSession() - Method in class org.apache.http.impl.nio.conn.DefaultClientConnection
 
getSSLIOSession() - Method in interface org.apache.http.nio.conn.OperatedClientConnection
 
getState() - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
getState() - Method in interface org.apache.http.nio.conn.ManagedClientConnection
 
getStats(HttpRoute) - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
getStats(T) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
getStatus() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getStatus() - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
getTarget() - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncRequestProducer
 
getTarget() - Method in interface org.apache.http.nio.client.HttpAsyncRequestProducer
 
getTotalStats() - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
getTotalStats() - Method in class org.apache.http.impl.nio.pool.SessionPool
 
getUpdated() - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
getValidUnit() - Method in class org.apache.http.impl.nio.pool.PoolEntry
 

H

hashCode() - Method in class org.apache.http.nio.conn.scheme.Scheme
 
HttpAsyncClient - Interface in org.apache.http.nio.client
 
HttpAsyncExchangeHandler<T> - Interface in org.apache.http.nio.client
 
HttpAsyncRequestProducer - Interface in org.apache.http.nio.client
 
HttpAsyncResponseConsumer<T> - Interface in org.apache.http.nio.client
 

I

initializeEngine(SSLEngine) - Method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
isCancelled() - Method in class org.apache.http.nio.concurrent.BasicFuture
 
isDone() - Method in interface org.apache.http.nio.client.HttpAsyncExchangeHandler
 
isDone() - Method in class org.apache.http.nio.concurrent.BasicFuture
 
isExpired(long) - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
isRepeatable() - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncRequestProducer
 
isRepeatable() - Method in interface org.apache.http.nio.client.HttpAsyncRequestProducer
 
isReusable() - Method in interface org.apache.http.nio.conn.ManagedClientConnection
 
isSecure() - Method in interface org.apache.http.nio.conn.scheme.LayeringStrategy
 
isSecure() - Method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 

K

keepAlive(HttpResponse) - Method in interface org.apache.http.nio.client.HttpAsyncExchangeHandler
 

L

layer(IOSession) - Method in interface org.apache.http.nio.conn.scheme.LayeringStrategy
 
layer(IOSession) - Method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
LayeringStrategy - Interface in org.apache.http.nio.conn.scheme
 
layerProtocol(HttpContext, HttpParams) - Method in interface org.apache.http.nio.conn.ManagedClientConnection
 
lease(T, Object, long, TimeUnit, PoolEntryCallback<T, E>) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
leaseConnection(HttpRoute, Object, long, TimeUnit, FutureCallback<ManagedClientConnection>) - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
leaseConnection(HttpRoute, Object, long, TimeUnit, FutureCallback<ManagedClientConnection>) - Method in interface org.apache.http.nio.conn.ClientConnectionManager
 

M

ManagedClientConnection - Interface in org.apache.http.nio.conn
 
markNonReusable() - Method in interface org.apache.http.nio.conn.ManagedClientConnection
 
markReusable() - Method in interface org.apache.http.nio.conn.ManagedClientConnection
 

O

open(HttpRoute, HttpContext, HttpParams) - Method in interface org.apache.http.nio.conn.ManagedClientConnection
 
OperatedClientConnection - Interface in org.apache.http.nio.conn
 
org.apache.http.impl.nio.client - package org.apache.http.impl.nio.client
 
org.apache.http.impl.nio.conn - package org.apache.http.impl.nio.conn
 
org.apache.http.impl.nio.pool - package org.apache.http.impl.nio.pool
 
org.apache.http.nio.client - package org.apache.http.nio.client
 
org.apache.http.nio.concurrent - package org.apache.http.nio.concurrent
 
org.apache.http.nio.conn - package org.apache.http.nio.conn
 
org.apache.http.nio.conn.scheme - package org.apache.http.nio.conn.scheme
 
org.apache.http.nio.conn.ssl - package org.apache.http.nio.conn.ssl
 

P

PoolEntry<T> - Class in org.apache.http.impl.nio.pool
 
PoolEntry(T, IOSession, long, TimeUnit) - Constructor for class org.apache.http.impl.nio.pool.PoolEntry
 
PoolEntryCallback<T,E extends PoolEntry<T>> - Interface in org.apache.http.impl.nio.pool
 
PoolEntryFactory<T,E extends PoolEntry<T>> - Interface in org.apache.http.impl.nio.pool
 
PoolingClientConnectionManager - Class in org.apache.http.impl.nio.conn
 
PoolingClientConnectionManager(ConnectingIOReactor, SchemeRegistry, long, TimeUnit) - Constructor for class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
PoolingClientConnectionManager(ConnectingIOReactor, SchemeRegistry) - Constructor for class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
PoolingClientConnectionManager(ConnectingIOReactor) - Constructor for class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
PoolStats - Class in org.apache.http.nio.conn
 
PoolStats(int, int, int, int) - Constructor for class org.apache.http.nio.conn.PoolStats
 
produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncRequestProducer
 
produceContent(ContentEncoder, IOControl) - Method in interface org.apache.http.nio.client.HttpAsyncRequestProducer
 

R

register(Scheme) - Method in class org.apache.http.nio.conn.scheme.SchemeRegistry
Registers a scheme.
release(E, boolean) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in interface org.apache.http.nio.conn.ClientConnectionManager
 
removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
requestCancelled(SessionRequest) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
requestCompleted(SessionRequest) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
requestFailed(SessionRequest) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
requestTimeout(SessionRequest) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
resetRequest() - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncRequestProducer
 
resetRequest() - Method in interface org.apache.http.nio.client.HttpAsyncRequestProducer
 
resolveLocalAddress(T) - Method in interface org.apache.http.impl.nio.pool.RouteResolver
 
resolvePort(int) - Method in class org.apache.http.nio.conn.scheme.Scheme
 
resolveRemoteAddress(T) - Method in interface org.apache.http.impl.nio.pool.RouteResolver
 
responseCompleted() - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncResponseConsumer
 
responseCompleted() - Method in interface org.apache.http.nio.client.HttpAsyncResponseConsumer
 
responseReceived(HttpResponse) - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncResponseConsumer
 
responseReceived(HttpResponse) - Method in interface org.apache.http.nio.client.HttpAsyncResponseConsumer
 
RouteResolver<T> - Interface in org.apache.http.impl.nio.pool
 

S

Scheme - Class in org.apache.http.nio.conn.scheme
 
Scheme(String, int, LayeringStrategy) - Constructor for class org.apache.http.nio.conn.scheme.Scheme
 
SchemeRegistry - Class in org.apache.http.nio.conn.scheme
A set of supported protocol Schemes.
SchemeRegistry() - Constructor for class org.apache.http.nio.conn.scheme.SchemeRegistry
Creates a new, empty scheme registry.
SchemeRegistryFactory - Class in org.apache.http.impl.nio.conn
 
SchemeRegistryFactory() - Constructor for class org.apache.http.impl.nio.conn.SchemeRegistryFactory
 
SessionPool<T,E extends PoolEntry<T>> - Class in org.apache.http.impl.nio.pool
 
SessionPool(ConnectingIOReactor, PoolEntryFactory<T, E>, RouteResolver<T>, int, int) - Constructor for class org.apache.http.impl.nio.pool.SessionPool
 
setDefaultHttpParams(HttpParams) - Static method in class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
 
setDefaultMaxPerHost(int) - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
setDefaultMaxPerHost(int) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
setEx(Exception) - Method in class org.apache.http.impl.nio.client.BasicHttpAsyncResponseConsumer
 
setIdleDuration(long, TimeUnit) - Method in interface org.apache.http.nio.conn.ManagedClientConnection
 
setItems(Map<String, Scheme>) - Method in class org.apache.http.nio.conn.scheme.SchemeRegistry
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
 
setMaxPerHost(HttpRoute, int) - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
setMaxPerHost(T, int) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
setRedirectStrategy(RedirectStrategy) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
setReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
setState(Object) - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
setState(Object) - Method in interface org.apache.http.nio.conn.ManagedClientConnection
 
setTotalMax(int) - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
setTotalMax(int) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
shutdown() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
shutdown() - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
shutdown() - Method in class org.apache.http.impl.nio.pool.SessionPool
 
shutdown() - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
shutdown() - Method in interface org.apache.http.nio.conn.ClientConnectionManager
 
SSL - Static variable in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
SSLLayeringStrategy - Class in org.apache.http.nio.conn.ssl
 
SSLLayeringStrategy(String, KeyStore, String, KeyStore, SecureRandom, X509HostnameVerifier) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
SSLLayeringStrategy(String, KeyStore, String, KeyStore, SecureRandom, TrustStrategy, X509HostnameVerifier) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
SSLLayeringStrategy(KeyStore, String, KeyStore) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
SSLLayeringStrategy(KeyStore, String) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
SSLLayeringStrategy(KeyStore) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
SSLLayeringStrategy(TrustStrategy, X509HostnameVerifier) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
SSLLayeringStrategy(TrustStrategy) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
SSLLayeringStrategy(SSLContext, X509HostnameVerifier) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
SSLLayeringStrategy(SSLContext) - Constructor for class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
SSLV2 - Static variable in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
start() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
start() - Method in interface org.apache.http.nio.client.HttpAsyncClient
 

T

TLS - Static variable in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
toString() - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
toString() - Method in class org.apache.http.impl.nio.pool.SessionPool
 
toString() - Method in class org.apache.http.nio.conn.PoolStats
 
toString() - Method in class org.apache.http.nio.conn.scheme.Scheme
 
tunnelProxy(HttpHost, HttpParams) - Method in interface org.apache.http.nio.conn.ManagedClientConnection
 
tunnelTarget(HttpParams) - Method in interface org.apache.http.nio.conn.ManagedClientConnection
 

U

unregister(String) - Method in class org.apache.http.nio.conn.scheme.SchemeRegistry
Unregisters a scheme.
updateExpiry(long, TimeUnit) - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
upgrade(IOSession) - Method in class org.apache.http.impl.nio.conn.DefaultClientConnection
 
upgrade(IOSession) - Method in interface org.apache.http.nio.conn.OperatedClientConnection
 

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

Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.