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

Packages that use AsyncSchemeRegistry
org.apache.http.impl.nio.conn Default implementations of asynchronous client connection management functions. 
org.apache.http.nio.conn Asynchronous client connection management APIs. 
 

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()
          Deprecated.  
 AsyncSchemeRegistry PoolingClientAsyncConnectionManager.getSchemeRegistry()
          Deprecated.  
 

Constructors in org.apache.http.impl.nio.conn with parameters of type AsyncSchemeRegistry
DefaultHttpAsyncRoutePlanner(AsyncSchemeRegistry schemeRegistry)
          Deprecated.  
PoolingClientAsyncConnectionManager(org.apache.http.nio.reactor.ConnectingIOReactor ioReactor, AsyncSchemeRegistry schemeRegistry)
          Deprecated.  
PoolingClientAsyncConnectionManager(org.apache.http.nio.reactor.ConnectingIOReactor ioReactor, AsyncSchemeRegistry schemeRegistry, long timeToLive, TimeUnit timeUnit)
          Deprecated.  
 

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

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



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