Package | Description |
---|---|
org.apache.http.client.fluent | |
org.apache.http.conn.scheme |
Modifier and Type | Method and Description |
---|---|
static void |
Executor.registerScheme(Scheme scheme) |
Modifier and Type | Method and Description |
---|---|
Scheme |
SchemeRegistry.get(String name)
Obtains a scheme by name, if registered.
|
Scheme |
SchemeRegistry.getScheme(org.apache.http.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.
|
Modifier and Type | Method and Description |
---|---|
Scheme |
SchemeRegistry.register(Scheme sch)
Registers a scheme.
|
Modifier and Type | Method and Description |
---|---|
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-2013 The Apache Software Foundation. All Rights Reserved.