| Modifier and Type | Method and Description |
|---|---|
Cache |
CacheFactory.getCache(URL url,
Invocation invocation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Cache |
AbstractCacheFactory.getCache(URL url,
Invocation invocation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
URL.addParameter(String key,
boolean value)
Deprecated.
|
URL |
URL.addParameter(String key,
byte value)
Deprecated.
|
URL |
URL.addParameter(String key,
char value)
Deprecated.
|
URL |
URL.addParameter(String key,
CharSequence value)
Deprecated.
|
URL |
URL.addParameter(String key,
double value)
Deprecated.
|
URL |
URL.addParameter(String key,
Enum<?> value)
Deprecated.
|
URL |
URL.addParameter(String key,
float value)
Deprecated.
|
URL |
URL.addParameter(String key,
int value)
Deprecated.
|
URL |
URL.addParameter(String key,
long value)
Deprecated.
|
URL |
URL.addParameter(String key,
Number value)
Deprecated.
|
URL |
URL.addParameter(String key,
short value)
Deprecated.
|
URL |
URL.addParameter(String key,
String value)
Deprecated.
|
URL |
URL.addParameterAndEncoded(String key,
String value)
Deprecated.
|
URL |
URL.addParameterIfAbsent(String key,
String value)
Deprecated.
|
URL |
URL.addParameters(Map<String,String> parameters)
Deprecated.
|
URL |
URL.addParameters(String... pairs)
Deprecated.
|
URL |
URL.addParametersIfAbsent(Map<String,String> parameters)
Deprecated.
|
URL |
URL.addParameterString(String query)
Deprecated.
|
URL |
URL.clearParameters()
Deprecated.
|
URL |
URL.getUrlParameter(String key)
Deprecated.
|
URL |
URL.removeParameter(String key)
Deprecated.
|
URL |
URL.removeParameters(Collection<String> keys)
Deprecated.
|
URL |
URL.removeParameters(String... keys)
Deprecated.
|
URL |
URL.setAddress(String address)
Deprecated.
|
URL |
URL.setHost(String host)
Deprecated.
|
URL |
URL.setPassword(String password)
Deprecated.
|
URL |
URL.setPath(String path)
Deprecated.
|
URL |
URL.setPort(int port)
Deprecated.
|
URL |
URL.setProtocol(String protocol)
Deprecated.
|
URL |
URL.setServiceInterface(String service)
Deprecated.
|
URL |
URL.setUsername(String username)
Deprecated.
|
static URL |
URL.valueOf(String url)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInput |
Serialization.deserialize(URL url,
InputStream input)
Deprecated.
|
ObjectOutput |
Serialization.serialize(URL url,
OutputStream output)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Executor |
ThreadPool.getExecutor(URL url)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
Monitor.getUrl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
Monitor.lookup(URL query)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Monitor.collect(URL statistics)
Deprecated.
|
org.apache.dubbo.monitor.Monitor |
MonitorFactory.getMonitor(URL url)
Deprecated.
|
List<URL> |
Monitor.lookup(URL query)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
Registry.getUrl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
Registry.lookup(URL url)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.dubbo.registry.Registry |
RegistryFactory.getRegistry(URL url)
Deprecated.
|
List<URL> |
Registry.lookup(URL url)
Deprecated.
|
void |
Registry.register(URL url)
Deprecated.
|
void |
Registry.subscribe(URL url,
NotifyListener listener)
Deprecated.
|
void |
Registry.unregister(URL url)
Deprecated.
|
void |
Registry.unsubscribe(URL url,
NotifyListener listener)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotifyListener.notify(List<URL> urls)
Deprecated.
|
void |
NotifyListener.CompatibleNotifyListener.notify(List<URL> urls) |
| Modifier and Type | Method and Description |
|---|---|
URL |
Channel.getUrl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelHandler |
Dispatcher.dispatch(ChannelHandler handler,
URL url)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
Invoker.getUrl()
Deprecated.
|
URL |
Invoker.CompatibleInvoker.getUrl() |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
ProxyFactory.getInvoker(T proxy,
Class<T> type,
URL url)
Deprecated.
|
<T> Invoker<T> |
Protocol.refer(Class<T> aClass,
URL url)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
Directory.getUrl()
Deprecated.
|
URL |
Router.getUrl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
RuleConverter.convert(URL subscribeUrl,
Object source)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
RuleConverter.convert(URL subscribeUrl,
Object source)
Deprecated.
|
org.apache.dubbo.rpc.cluster.Router |
RouterFactory.getRouter(URL url)
Deprecated.
|
<T> List<Invoker<T>> |
Router.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
Deprecated.
|
<T> Invoker<T> |
LoadBalance.select(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
Deprecated.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.