Package | Description |
---|---|
org.apache.http.client.fluent |
Simple facade APIs for HttpClient based on the concept of
a fluent interface.
|
org.apache.http.conn.scheme |
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
Executor.registerScheme(Scheme scheme)
Deprecated.
(4.3) do not use.
|
Modifier and Type | Method and Description |
---|---|
Scheme |
SchemeRegistry.get(String name)
Deprecated.
Obtains a scheme by name, if registered.
|
Scheme |
SchemeRegistry.getScheme(org.apache.http.HttpHost host)
Deprecated.
Obtains the scheme for a host.
|
Scheme |
SchemeRegistry.getScheme(String name)
Deprecated.
Obtains a scheme by name.
|
Scheme |
SchemeRegistry.register(Scheme sch)
Deprecated.
Registers a scheme.
|
Scheme |
SchemeRegistry.unregister(String name)
Deprecated.
Unregisters a scheme.
|
Modifier and Type | Method and Description |
---|---|
Scheme |
SchemeRegistry.register(Scheme sch)
Deprecated.
Registers a scheme.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemeRegistry.setItems(Map<String,Scheme> map)
Deprecated.
Populates the internal collection of registered
protocol schemes
with the content of the map passed as a parameter. |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.