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

A

AbstractHttpAsyncClient - Class in org.apache.http.impl.nio.client
 
AbstractHttpAsyncClient(ClientConnectionManager, HttpParams) - Constructor for class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
AbstractHttpAsyncClient(HttpParams) - Constructor for class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
AbstractHttpAsyncResponseConsumer<T> - Class in org.apache.http.nio.client.methods
 
AbstractHttpAsyncResponseConsumer() - Constructor for class org.apache.http.nio.client.methods.AbstractHttpAsyncResponseConsumer
 
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
 

B

BasicFuture<T> - Class in org.apache.http.nio.concurrent
 
BasicFuture(FutureCallback<T>) - Constructor for class org.apache.http.nio.concurrent.BasicFuture
 
buildResult() - Method in class org.apache.http.nio.client.methods.AbstractHttpAsyncResponseConsumer
 
buildResult() - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
 

C

cancel() - Method in interface org.apache.http.nio.client.HttpAsyncResponseConsumer
 
cancel() - Method in class org.apache.http.nio.client.methods.AbstractHttpAsyncResponseConsumer
 
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
 
channel() - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
clearEvent(int) - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
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
 
close() - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
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 interface org.apache.http.nio.client.HttpAsyncResponseConsumer
 
consumeContent(ContentDecoder, IOControl) - Method in class org.apache.http.nio.client.methods.AbstractHttpAsyncResponseConsumer
 
createAuthSchemeRegistry() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createConnectionReuseStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
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.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
 
createProxyAuthenticationHandler() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
createRequest(URI) - Method in class org.apache.http.nio.client.methods.HttpAsyncDelete
 
createRequest(URI) - Method in class org.apache.http.nio.client.methods.HttpAsyncGet
 
createRequest(URI) - Method in class org.apache.http.nio.client.methods.HttpAsyncHead
 
createRequest(URI) - Method in class org.apache.http.nio.client.methods.HttpAsyncOptions
 
createRequest(URI, HttpEntity) - Method in class org.apache.http.nio.client.methods.HttpAsyncPost
 
createRequest(URI, HttpEntity) - Method in class org.apache.http.nio.client.methods.HttpAsyncPut
 
createRequest(URI) - Method in class org.apache.http.nio.client.methods.HttpAsyncTrace
 
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
 
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
 
createTargetAuthenticationHandler() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 

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(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(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(IOEventDispatch) - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
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 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.client.methods.AbstractHttpAsyncResponseConsumer
 
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 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.
getAttribute(String) - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
getAuthSchemes() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
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
 
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
 
getCreated() - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
getCredentialsProvider() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getDefaultPort() - Method in class org.apache.http.nio.conn.scheme.Scheme
 
getDefaultStrategy() - Static method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
getEventMask() - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
getException() - Method in interface org.apache.http.nio.client.HttpAsyncResponseConsumer
 
getException() - Method in class org.apache.http.nio.client.methods.AbstractHttpAsyncResponseConsumer
 
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
 
getLocalAddress() - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
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
 
getProxyAuthenticationHandler() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getRedirectStrategy() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
getRemoteAddress() - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
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 interface org.apache.http.nio.client.HttpAsyncResponseConsumer
 
getResult() - Method in class org.apache.http.nio.client.methods.AbstractHttpAsyncResponseConsumer
 
getRoute() - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
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
 
getSocketTimeout() - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
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 class org.apache.http.impl.nio.conn.LoggingIOSession
 
getStatus() - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
getStatus() - Method in interface org.apache.http.nio.client.HttpAsyncClient
 
getTarget() - Method in interface org.apache.http.nio.client.HttpAsyncRequestProducer
 
getTargetAuthenticationHandler() - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
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

hasBufferedInput() - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
hasBufferedOutput() - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
hashCode() - Method in class org.apache.http.nio.conn.scheme.Scheme
 
HttpAsyncClient - Interface in org.apache.http.nio.client
 
HttpAsyncDelete - Class in org.apache.http.nio.client.methods
 
HttpAsyncDelete(URI) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncDelete
 
HttpAsyncDelete(String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncDelete
 
HttpAsyncExchangeHandler<T> - Interface in org.apache.http.nio.client
 
HttpAsyncGet - Class in org.apache.http.nio.client.methods
 
HttpAsyncGet(URI) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncGet
 
HttpAsyncGet(String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncGet
 
HttpAsyncHead - Class in org.apache.http.nio.client.methods
 
HttpAsyncHead(URI) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncHead
 
HttpAsyncHead(String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncHead
 
HttpAsyncOptions - Class in org.apache.http.nio.client.methods
 
HttpAsyncOptions(URI) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncOptions
 
HttpAsyncOptions(String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncOptions
 
HttpAsyncPost - Class in org.apache.http.nio.client.methods
 
HttpAsyncPost(URI, byte[], String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncPost
 
HttpAsyncPost(URI, String, String, String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncPost
 
HttpAsyncPost(URI, String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncPost
 
HttpAsyncPost(String, byte[], String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncPost
 
HttpAsyncPost(String, String, String, String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncPost
 
HttpAsyncPost(String, String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncPost
 
HttpAsyncPut - Class in org.apache.http.nio.client.methods
 
HttpAsyncPut(URI, byte[], String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncPut
 
HttpAsyncPut(URI, String, String, String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncPut
 
HttpAsyncPut(URI, String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncPut
 
HttpAsyncPut(String, byte[], String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncPut
 
HttpAsyncPut(String, String, String, String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncPut
 
HttpAsyncPut(String, String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncPut
 
HttpAsyncRequestProducer - Interface in org.apache.http.nio.client
 
HttpAsyncResponseConsumer<T> - Interface in org.apache.http.nio.client
 
HttpAsyncTrace - Class in org.apache.http.nio.client.methods
 
HttpAsyncTrace(URI) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncTrace
 
HttpAsyncTrace(String) - Constructor for class org.apache.http.nio.client.methods.HttpAsyncTrace
 

I

initializeEngine(SSLEngine) - Method in class org.apache.http.nio.conn.ssl.SSLLayeringStrategy
 
input(byte[], int, int) - Method in class org.apache.http.impl.nio.conn.Wire
 
input(byte[]) - Method in class org.apache.http.impl.nio.conn.Wire
 
input(int) - Method in class org.apache.http.impl.nio.conn.Wire
 
input(ByteBuffer) - Method in class org.apache.http.impl.nio.conn.Wire
 
isCancelled() - Method in class org.apache.http.nio.concurrent.BasicFuture
 
isClosed() - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
isDone() - Method in interface org.apache.http.nio.client.HttpAsyncExchangeHandler
 
isDone() - Method in class org.apache.http.nio.concurrent.BasicFuture
 
isEnabled() - Method in class org.apache.http.impl.nio.conn.Wire
 
isExpired(long) - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
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
 
isShutdown() - Method in class org.apache.http.impl.nio.pool.SessionPool
 

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
 
LoggingIOSession - Class in org.apache.http.impl.nio.conn
 
LoggingIOSession(IOSession, Log, Log, String) - Constructor for class org.apache.http.impl.nio.conn.LoggingIOSession
 

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

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
 
onCleanup() - Method in class org.apache.http.nio.client.methods.AbstractHttpAsyncResponseConsumer
 
onCleanup() - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
 
onContentReceived(ContentDecoder, IOControl) - Method in class org.apache.http.nio.client.methods.AbstractHttpAsyncResponseConsumer
 
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
 
onResponseReceived(HttpResponse) - Method in class org.apache.http.nio.client.methods.AbstractHttpAsyncResponseConsumer
 
onResponseReceived(HttpResponse) - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
 
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.client.methods - package org.apache.http.nio.client.methods
 
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
 
output(byte[], int, int) - Method in class org.apache.http.impl.nio.conn.Wire
 
output(byte[]) - Method in class org.apache.http.impl.nio.conn.Wire
 
output(int) - Method in class org.apache.http.impl.nio.conn.Wire
 
output(ByteBuffer) - Method in class org.apache.http.impl.nio.conn.Wire
 

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
 
process(HttpResponse, File) - Method in class org.apache.http.nio.client.methods.ZeroCopyConsumer
 
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
 
removeAttribute(String) - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
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 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 interface org.apache.http.nio.client.HttpAsyncResponseConsumer
 
responseCompleted() - Method in class org.apache.http.nio.client.methods.AbstractHttpAsyncResponseConsumer
 
responseReceived(HttpResponse) - Method in interface org.apache.http.nio.client.HttpAsyncResponseConsumer
 
responseReceived(HttpResponse) - Method in class org.apache.http.nio.client.methods.AbstractHttpAsyncResponseConsumer
 
responseReceived(HttpResponse) - Method in class org.apache.http.nio.client.methods.AsyncCharConsumer
 
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
 
setAttribute(String, Object) - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
setAuthSchemes(AuthSchemeRegistry) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
setBufferStatus(SessionBufferStatus) - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
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
 
setDefaultMaxPerHost(int) - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
setDefaultMaxPerHost(int) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
setEvent(int) - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
setEventMask(int) - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
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
 
setProxyAuthenticationHandler(AuthenticationHandler) - 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
 
setSocketTimeout(int) - Method in class org.apache.http.impl.nio.conn.LoggingIOSession
 
setState(Object) - Method in class org.apache.http.impl.nio.pool.PoolEntry
 
setState(Object) - Method in interface org.apache.http.nio.conn.ManagedClientConnection
 
setTargetAuthenticationHandler(AuthenticationHandler) - Method in class org.apache.http.impl.nio.client.AbstractHttpAsyncClient
 
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.LoggingIOSession
 
shutdown(long) - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
shutdown() - Method in class org.apache.http.impl.nio.conn.PoolingClientConnectionManager
 
shutdown(long) - Method in class org.apache.http.impl.nio.pool.SessionPool
 
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
 

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
 

W

Wire - Class in org.apache.http.impl.nio.conn
 
Wire(Log) - Constructor for class org.apache.http.impl.nio.conn.Wire
 

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, String) - Constructor for class org.apache.http.nio.client.methods.ZeroCopyPost
 
ZeroCopyPost(String, File, String) - Constructor for class org.apache.http.nio.client.methods.ZeroCopyPost
 
ZeroCopyPut - Class in org.apache.http.nio.client.methods
 
ZeroCopyPut(URI, File, String) - Constructor for class org.apache.http.nio.client.methods.ZeroCopyPut
 
ZeroCopyPut(String, File, String) - Constructor for class org.apache.http.nio.client.methods.ZeroCopyPut
 

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

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