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

A

AbstractHttpAsyncClient - Class in org.apache.http.impl.nio.client
 
AbstractHttpAsyncClient(ClientAsyncConnectionManager) - Constructor for class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
AbstractHttpAsyncClient(IOReactorConfig) - 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
 
AsyncByteConsumer<T> - Class in org.apache.http.nio.client.methods
 
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
 
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
 
AsyncScheme(String, int, LayeringStrategy) - Constructor for class org.apache.http.nio.conn.scheme.AsyncScheme
 
AsyncSchemeRegistry - Class in org.apache.http.nio.conn.scheme
A set of supported protocol AsyncSchemes.
AsyncSchemeRegistry() - Constructor for class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Creates a new, empty scheme registry.
AsyncSchemeRegistryFactory - Class in org.apache.http.impl.nio.conn
 
AsyncSchemeRegistryFactory() - Constructor for class org.apache.http.impl.nio.conn.AsyncSchemeRegistryFactory
 

B

buildResult(HttpContext) - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
 

C

clearRequestInterceptors() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
clearResponseInterceptors() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
ClientAsyncConnection - Interface in org.apache.http.nio.conn
 
ClientAsyncConnectionFactory - Interface in org.apache.http.nio.conn
 
ClientAsyncConnectionManager - Interface in org.apache.http.nio.conn
 
closeExpiredConnections() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
closeQuietly(HttpAsyncClient) - Static method in class org.apache.http.nio.client.util.HttpAsyncClientUtils
Unconditionally close a httpAsyncClient.
create(String, IOSession, HttpParams) - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
 
create(HttpHost, HttpRequest) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
create(HttpUriRequest) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
create(String, IOSession, HttpParams) - Method in interface org.apache.http.nio.conn.ClientAsyncConnectionFactory
 
createAuthSchemeRegistry() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createByteBufferAllocator() - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
 
createClientAsyncConnectionFactory() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
createConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createConnectionReuseStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createConsumer() - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createCookieSpecRegistry() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createCookieStore() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createCredentialsProvider() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createDefault() - Static method in class org.apache.http.impl.nio.conn.AsyncSchemeRegistryFactory
 
createDelete(URI) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createDelete(String) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createGet(URI) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createGet(String) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createHead(URI) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createHead(String) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
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
 
createHttpResponseFactory() - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
 
createHttpRoutePlanner() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createOptions(URI) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createOptions(String) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createPost(URI, String, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createPost(String, String, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createPost(URI, byte[], ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createPost(String, byte[], ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createProxyAuthenticationStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createPut(URI, String, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createPut(String, String, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createPut(URI, byte[], ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createPut(String, byte[], ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
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
 
createTargetAuthenticationStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createTrace(URI) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createTrace(String) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createUserTokenHandler() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createZeroCopyConsumer(File) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createZeroCopyPost(URI, File, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createZeroCopyPost(String, File, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createZeroCopyPut(URI, File, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 
createZeroCopyPut(String, File, ContentType) - Static method in class org.apache.http.nio.client.methods.HttpAsyncMethods
 

D

DefaultClientAsyncConnection - Class in org.apache.http.impl.nio.conn
 
DefaultClientAsyncConnection(String, IOSession, HttpResponseFactory, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.conn.DefaultClientAsyncConnection
 
DefaultClientAsyncConnectionFactory - Class in org.apache.http.impl.nio.conn
 
DefaultClientAsyncConnectionFactory() - Constructor for class org.apache.http.impl.nio.conn.DefaultClientAsyncConnectionFactory
 
DefaultHttpAsyncClient - Class in org.apache.http.impl.nio.client
 
DefaultHttpAsyncClient(ClientAsyncConnectionManager) - Constructor for class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
 
DefaultHttpAsyncClient(IOReactorConfig) - Constructor for class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
 
DefaultHttpAsyncClient() - Constructor for class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
 
DefaultHttpAsyncRoutePlanner - Class in org.apache.http.impl.nio.conn
 
DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry) - 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.AsyncScheme
 
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(IOEventDispatch) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
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

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

G

get(String) - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Obtains a scheme by name, if registered.
getAuthSchemes() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getConnectionManager() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getConnectionManager() - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
getConnectionReuseStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getCookieSpecs() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getCookieStore() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getCredentialsProvider() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getDefaultMaxPerRoute() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
getDefaultPort() - Method in class org.apache.http.nio.conn.scheme.AsyncScheme
 
getDefaultStrategy() - Static method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
getHttpProcessor() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getId() - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnection
 
getIOSession() - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnection
 
getIOSession() - Method in interface org.apache.http.nio.conn.ClientAsyncConnection
 
getLayeringStrategy() - Method in class org.apache.http.nio.conn.scheme.AsyncScheme
 
getMaxPerRoute(HttpRoute) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
getMaxTotal() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
getName() - Method in class org.apache.http.nio.conn.scheme.AsyncScheme
 
getParams() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getParams() - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
getProxyAuthenticationStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
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
 
getRoutePlanner() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getScheme(String) - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Obtains a scheme by name.
getScheme(HttpHost) - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Obtains the scheme for a host.
getSchemeNames() - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Obtains the names of the registered schemes.
getSchemeRegistry() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
getSchemeRegistry() - Method in interface org.apache.http.nio.conn.ClientAsyncConnectionManager
 
getState() - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
 
getStats(HttpRoute) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
getStatus() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getStatus() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
getStatus() - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
getTargetAuthenticationStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getTotalStats() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
getUserTokenHandler() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 

H

hashCode() - Method in class org.apache.http.nio.conn.scheme.AsyncScheme
 
HttpAsyncClient - Interface in org.apache.http.nio.client
 
HttpAsyncClientUtils - Class in org.apache.http.nio.client.util
Static helpers for dealing with HttpAsyncClient.
HttpAsyncMethods - Class in org.apache.http.nio.client.methods
 
HttpAsyncMethods() - Constructor for class org.apache.http.nio.client.methods.HttpAsyncMethods
 

I

initializeEngine(SSLEngine) - Method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
isMarkedReusable() - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
 
isSecure() - Method in interface org.apache.http.nio.conn.scheme.LayeringStrategy
 
isSecure() - Method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 

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.ManagedClientAsyncConnection
 
leaseConnection(HttpRoute, Object, long, TimeUnit, FutureCallback<ManagedClientAsyncConnection>) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
leaseConnection(HttpRoute, Object, long, TimeUnit, FutureCallback<ManagedClientAsyncConnection>) - Method in interface org.apache.http.nio.conn.ClientAsyncConnectionManager
 

M

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

O

onByteReceived(ByteBuffer, IOControl) - Method in class org.apache.http.nio.client.methods.AsyncByteConsumer
 
onCharReceived(CharBuffer, IOControl) - Method in class org.apache.http.nio.client.methods.AsyncCharConsumer
 
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
 
open(HttpRoute, HttpContext, HttpParams) - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
 
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.nio.client - package org.apache.http.nio.client
 
org.apache.http.nio.client.methods - package org.apache.http.nio.client.methods
 
org.apache.http.nio.client.util - package org.apache.http.nio.client.util
 
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

PoolingClientAsyncConnectionManager - Class in org.apache.http.impl.nio.conn
 
PoolingClientAsyncConnectionManager(ConnectingIOReactor, AsyncSchemeRegistry, long, TimeUnit) - Constructor for class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
PoolingClientAsyncConnectionManager(ConnectingIOReactor, AsyncSchemeRegistry) - Constructor for class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
PoolingClientAsyncConnectionManager(ConnectingIOReactor) - Constructor for class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
process(HttpResponse, File, ContentType) - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
 

R

register(AsyncScheme) - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Registers a scheme.
releaseConnection(ManagedClientAsyncConnection, long, TimeUnit) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
releaseConnection(ManagedClientAsyncConnection, long, TimeUnit) - Method in interface org.apache.http.nio.conn.ClientAsyncConnectionManager
 
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
 
removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
resolvePort(int) - Method in class org.apache.http.nio.conn.scheme.AsyncScheme
 

S

setAuthSchemes(AuthSchemeRegistry) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
setCookieSpecs(CookieSpecRegistry) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
setCookieStore(CookieStore) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
setDefaultHttpParams(HttpParams) - Static method in class org.apache.http.impl.nio.client.DefaultHttpAsyncClient
 
setDefaultMaxPerRoute(int) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
setIdleDuration(long, TimeUnit) - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
 
setItems(Map<String, AsyncScheme>) - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
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
 
setMaxPerRoute(HttpRoute, int) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
setMaxTotal(int) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
setParams(HttpParams) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
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 interface org.apache.http.nio.conn.ManagedClientAsyncConnection
 
setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
setUserTokenHandler(UserTokenHandler) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
shutdown() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
shutdown(long) - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
shutdown() - Method in class org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager
 
shutdown() - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
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
 
submitRequest(HttpRequest) - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnection
 

T

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

U

unmarkReusable() - Method in interface org.apache.http.nio.conn.ManagedClientAsyncConnection
 
unregister(String) - Method in class org.apache.http.nio.conn.scheme.AsyncSchemeRegistry
Unregisters a scheme.
upgrade(IOSession) - Method in class org.apache.http.impl.nio.conn.DefaultClientAsyncConnection
 
upgrade(IOSession) - Method in interface org.apache.http.nio.conn.ClientAsyncConnection
 

Z

ZeroCopyConsumer<T> - Class in org.apache.http.nio.client.methods
 
ZeroCopyConsumer(File) - Constructor for class org.apache.http.nio.client.methods.ZeroCopyConsumer
 
ZeroCopyPost - Class in org.apache.http.nio.client.methods
 
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
 
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 O P R S T U Z

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