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

Packages that use AsyncScheme
org.apache.http.nio.conn.scheme Deprecated 
 

Uses of AsyncScheme in org.apache.http.nio.conn.scheme
 

Methods in org.apache.http.nio.conn.scheme that return AsyncScheme
 AsyncScheme AsyncSchemeRegistry.get(String name)
          Deprecated. Obtains a scheme by name, if registered.
 AsyncScheme AsyncSchemeRegistry.getScheme(org.apache.http.HttpHost host)
          Deprecated. Obtains the scheme for a host.
 AsyncScheme AsyncSchemeRegistry.getScheme(String name)
          Deprecated. Obtains a scheme by name.
 AsyncScheme AsyncSchemeRegistry.register(AsyncScheme sch)
          Deprecated. Registers a scheme.
 AsyncScheme AsyncSchemeRegistry.unregister(String name)
          Deprecated. Unregisters a scheme.
 

Methods in org.apache.http.nio.conn.scheme with parameters of type AsyncScheme
 AsyncScheme AsyncSchemeRegistry.register(AsyncScheme sch)
          Deprecated. Registers a scheme.
 

Method parameters in org.apache.http.nio.conn.scheme with type arguments of type AsyncScheme
 void AsyncSchemeRegistry.setItems(Map<String,AsyncScheme> map)
          Deprecated. Populates the internal collection of registered protocol schemes with the content of the map passed as a parameter.
 



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