| 软件包 | 描述 |
|---|---|
| org.apache.http.conn.scheme |
已过时。
|
| Modifier and Type | Method and Description |
|---|---|
Scheme |
SchemeRegistry.get(String name)
已过时。
如果注册获取名称的方案。
|
Scheme |
SchemeRegistry.getScheme(HttpHost host)
已过时。
获得主机的方案。
|
Scheme |
SchemeRegistry.getScheme(String name)
已过时。
按名称取得计划。
|
Scheme |
SchemeRegistry.register(Scheme sch)
已过时。
注册一个方案。
|
Scheme |
SchemeRegistry.unregister(String name)
已过时。
取消注册计划。
|
| Modifier and Type | Method and Description |
|---|---|
Scheme |
SchemeRegistry.register(Scheme sch)
已过时。
注册一个方案。
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemeRegistry.setItems(Map<String,Scheme> map)
已过时。
填写已注册的 protocol schemes的内部集合, 其中以作为参数传递的映射的内容。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.