Uses of Class
org.apache.http.nio.conn.scheme.AsyncSchemeRegistry

Packages that use AsyncSchemeRegistry
org.apache.http.impl.nio.conn   
org.apache.http.nio.conn   
 

Uses of AsyncSchemeRegistry in org.apache.http.impl.nio.conn
 

Methods in org.apache.http.impl.nio.conn that return AsyncSchemeRegistry
static AsyncSchemeRegistry AsyncSchemeRegistryFactory.createDefault()
           
 AsyncSchemeRegistry PoolingAsyncClientConnectionManager.getSchemeRegistry()
           
 

Constructors in org.apache.http.impl.nio.conn with parameters of type AsyncSchemeRegistry
DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry schemeRegistry)
           
PoolingAsyncClientConnectionManager(org.apache.http.nio.reactor.ConnectingIOReactor ioreactor, AsyncSchemeRegistry schemeRegistry)
           
PoolingAsyncClientConnectionManager(org.apache.http.nio.reactor.ConnectingIOReactor ioreactor, AsyncSchemeRegistry schemeRegistry, long timeToLive, TimeUnit tunit)
           
 

Uses of AsyncSchemeRegistry in org.apache.http.nio.conn
 

Methods in org.apache.http.nio.conn that return AsyncSchemeRegistry
 AsyncSchemeRegistry ClientAsyncConnectionManager.getSchemeRegistry()
           
 



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