Uses of Class
org.apache.http.conn.scheme.Scheme

Packages that use Scheme
org.apache.http.client.fluent   
org.apache.http.conn.scheme Scheme class represents a protocol scheme such as "http" or "https" and contains a number of protocol properties such as the default port and the socket factory to be used to creating Sockets for the given protocol 
 

Uses of Scheme in org.apache.http.client.fluent
 

Methods in org.apache.http.client.fluent with parameters of type Scheme
static void Executor.registerScheme(Scheme scheme)
           
 

Uses of Scheme in org.apache.http.conn.scheme
 

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

Methods in org.apache.http.conn.scheme with parameters of type Scheme
 Scheme SchemeRegistry.register(Scheme sch)
          Registers a scheme.
 

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



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