| 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 |
|---|---|
static URL |
UrlUtils.getEmptyUrl(String service,
String category)
Deprecated.
|
static URL |
UrlUtils.parseURL(String address,
Map<String,String> defaults)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<URL> |
UrlUtils.parseURLs(String address,
Map<String,String> defaults)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
UrlUtils.getHeartbeat(URL url)
Deprecated.
|
static int |
UrlUtils.getIdleTimeout(URL url)
Deprecated.
|
static boolean |
UrlUtils.isConfigurator(URL url)
Deprecated.
|
static boolean |
UrlUtils.isMatch(URL consumerUrl,
URL providerUrl)
Deprecated.
|
static boolean |
UrlUtils.isMatchGlobPattern(String pattern,
String value,
URL param)
Deprecated.
|
static boolean |
UrlUtils.isProvider(URL url)
Deprecated.
|
static boolean |
UrlUtils.isRoute(URL url)
Deprecated.
|
static boolean |
UrlUtils.isServiceKeyMatch(URL pattern,
URL value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
UrlUtils.revertForbid(List<String> forbid,
Set<URL> subscribed)
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.
|
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 |
|---|---|
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 |
FailbackRegistry.getUrl()
Deprecated.
|
URL |
AbstractRegistry.getUrl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
AbstractRegistry.getCacheUrls(URL url)
Deprecated.
|
Map<URL,Map<String,List<URL>>> |
AbstractRegistry.getNotified()
Deprecated.
|
Map<URL,Map<String,List<URL>>> |
AbstractRegistry.getNotified()
Deprecated.
|
Set<URL> |
AbstractRegistry.getRegistered()
Deprecated.
|
Map<URL,Set<NotifyListener>> |
AbstractRegistry.getSubscribed()
Deprecated.
|
List<URL> |
FailbackRegistry.lookup(URL url)
Deprecated.
|
List<URL> |
AbstractRegistry.lookup(URL url)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FailbackRegistry.doRegister(URL url)
Deprecated.
|
abstract void |
FailbackRegistry.doSubscribe(URL url,
NotifyListener listener)
Deprecated.
|
abstract void |
FailbackRegistry.doUnregister(URL url)
Deprecated.
|
abstract void |
FailbackRegistry.doUnsubscribe(URL url,
NotifyListener listener)
Deprecated.
|
List<URL> |
AbstractRegistry.getCacheUrls(URL url)
Deprecated.
|
List<URL> |
FailbackRegistry.lookup(URL url)
Deprecated.
|
List<URL> |
AbstractRegistry.lookup(URL url)
Deprecated.
|
void |
FailbackRegistry.register(URL url)
Deprecated.
|
void |
AbstractRegistry.register(URL url)
Deprecated.
|
void |
FailbackRegistry.removeFailedNotifiedTask(URL url,
NotifyListener listener)
Deprecated.
|
void |
FailbackRegistry.removeFailedRegisteredTask(URL url)
Deprecated.
|
void |
FailbackRegistry.removeFailedSubscribedTask(URL url,
NotifyListener listener)
Deprecated.
|
void |
FailbackRegistry.removeFailedUnregisteredTask(URL url)
Deprecated.
|
void |
FailbackRegistry.removeFailedUnsubscribedTask(URL url,
NotifyListener listener)
Deprecated.
|
void |
FailbackRegistry.subscribe(URL url,
NotifyListener listener)
Deprecated.
|
void |
AbstractRegistry.subscribe(URL url,
NotifyListener listener)
Deprecated.
|
void |
FailbackRegistry.unregister(URL url)
Deprecated.
|
void |
AbstractRegistry.unregister(URL url)
Deprecated.
|
void |
FailbackRegistry.unsubscribe(URL url,
NotifyListener listener)
Deprecated.
|
void |
AbstractRegistry.unsubscribe(URL url,
NotifyListener listener)
Deprecated.
|
| Constructor and Description |
|---|
AbstractRegistry(URL url)
Deprecated.
|
FailbackRegistry(URL url)
Deprecated.
|
| 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 |
Router.getUrl()
Deprecated.
|
URL |
Directory.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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RpcUtils.attachInvocationIdIfAsync(URL url,
Invocation inv)
Idempotent operation: invocation id will be added in async operation by default
|
static boolean |
RpcUtils.isAsync(URL url,
Invocation inv) |
static boolean |
RpcUtils.isOneway(URL url,
Invocation inv) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.