类的使用
com.alibaba.dubbo.common.URL
-
-
com.alibaba.dubbo.cache中URL的使用
参数类型为URL的com.alibaba.dubbo.cache中的方法 修饰符和类型 方法 说明 CacheCacheFactory. getCache(URL url, Invocation invocation)已过时。 -
com.alibaba.dubbo.cache.support中URL的使用
参数类型为URL的com.alibaba.dubbo.cache.support中的方法 修饰符和类型 方法 说明 CacheAbstractCacheFactory. getCache(URL url, Invocation invocation)已过时。 -
com.alibaba.dubbo.common中URL的使用
返回URL的com.alibaba.dubbo.common中的方法 修饰符和类型 方法 说明 URLURL. addParameter(String key, boolean value)已过时。URLURL. addParameter(String key, byte value)已过时。URLURL. addParameter(String key, char value)已过时。URLURL. addParameter(String key, double value)已过时。URLURL. addParameter(String key, float value)已过时。URLURL. addParameter(String key, int value)已过时。URLURL. addParameter(String key, long value)已过时。URLURL. addParameter(String key, short value)已过时。URLURL. addParameter(String key, CharSequence value)已过时。URLURL. addParameter(String key, Enum<?> value)已过时。URLURL. addParameter(String key, Number value)已过时。URLURL. addParameter(String key, String value)已过时。URLURL. addParameterAndEncoded(String key, String value)已过时。URLURL. addParameterIfAbsent(String key, String value)已过时。URLURL. addParameters(String... pairs)已过时。URLURL. addParameters(Map<String,String> parameters)已过时。URLURL. addParametersIfAbsent(Map<String,String> parameters)已过时。URLURL. addParameterString(String query)已过时。URLURL. clearParameters()已过时。URLURL. getUrlParameter(String key)已过时。URLURL. removeParameter(String key)已过时。URLURL. removeParameters(String... keys)已过时。URLURL. removeParameters(Collection<String> keys)已过时。URLURL. setAddress(String address)已过时。URLURL. setHost(String host)已过时。URLURL. setPassword(String password)已过时。URLURL. setPath(String path)已过时。URLURL. setPort(int port)已过时。URLURL. setProtocol(String protocol)已过时。URLURL. setServiceInterface(String service)已过时。URLURL. setUsername(String username)已过时。static URLURL. valueOf(String url)已过时。 -
com.alibaba.dubbo.common.serialize中URL的使用
参数类型为URL的com.alibaba.dubbo.common.serialize中的方法 修饰符和类型 方法 说明 ObjectInputSerialization. deserialize(URL url, InputStream input)已过时。ObjectOutputSerialization. serialize(URL url, OutputStream output)已过时。 -
com.alibaba.dubbo.common.threadpool中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool中的方法 修饰符和类型 方法 说明 ExecutorThreadPool. getExecutor(URL url)已过时。 -
com.alibaba.dubbo.common.utils中URL的使用
返回URL的com.alibaba.dubbo.common.utils中的方法 修饰符和类型 方法 说明 static URLUrlUtils. getEmptyUrl(String service, String category)已过时。static URLUrlUtils. parseURL(String address, Map<String,String> defaults)已过时。返回变量类型为URL的类型的com.alibaba.dubbo.common.utils中的方法 修饰符和类型 方法 说明 static List<URL>UrlUtils. parseURLs(String address, Map<String,String> defaults)已过时。参数类型为URL的com.alibaba.dubbo.common.utils中的方法 修饰符和类型 方法 说明 static intUrlUtils. getHeartbeat(URL url)已过时。static intUrlUtils. getIdleTimeout(URL url)已过时。static booleanUrlUtils. isConfigurator(URL url)已过时。static booleanUrlUtils. isMatch(URL consumerUrl, URL providerUrl)已过时。static booleanUrlUtils. isMatchGlobPattern(String pattern, String value, URL param)已过时。static booleanUrlUtils. isProvider(URL url)已过时。static booleanUrlUtils. isRoute(URL url)已过时。static booleanUrlUtils. isServiceKeyMatch(URL pattern, URL value)已过时。类型变量类型为URL的com.alibaba.dubbo.common.utils中的方法参数 修饰符和类型 方法 说明 static List<String>UrlUtils. revertForbid(List<String> forbid, Set<URL> subscribed)已过时。 -
com.alibaba.dubbo.monitor中URL的使用
返回URL的com.alibaba.dubbo.monitor中的方法 修饰符和类型 方法 说明 URLMonitor. getUrl()已过时。返回变量类型为URL的类型的com.alibaba.dubbo.monitor中的方法 修饰符和类型 方法 说明 List<URL>Monitor. lookup(URL query)已过时。参数类型为URL的com.alibaba.dubbo.monitor中的方法 修饰符和类型 方法 说明 voidMonitor. collect(URL statistics)已过时。org.apache.dubbo.monitor.MonitorMonitorFactory. getMonitor(URL url)已过时。List<URL>Monitor. lookup(URL query)已过时。 -
com.alibaba.dubbo.registry中URL的使用
返回URL的com.alibaba.dubbo.registry中的方法 修饰符和类型 方法 说明 URLRegistry. getUrl()已过时。返回变量类型为URL的类型的com.alibaba.dubbo.registry中的方法 修饰符和类型 方法 说明 List<URL>Registry. lookup(URL url)已过时。参数类型为URL的com.alibaba.dubbo.registry中的方法 修饰符和类型 方法 说明 org.apache.dubbo.registry.RegistryRegistryFactory. getRegistry(URL url)已过时。List<URL>Registry. lookup(URL url)已过时。voidRegistry. register(URL url)已过时。voidRegistry. subscribe(URL url, NotifyListener listener)已过时。voidRegistry. unregister(URL url)已过时。voidRegistry. unsubscribe(URL url, NotifyListener listener)已过时。类型变量类型为URL的com.alibaba.dubbo.registry中的方法参数 修饰符和类型 方法 说明 voidNotifyListener.CompatibleNotifyListener. notify(List<URL> urls)voidNotifyListener. notify(List<URL> urls)已过时。 -
com.alibaba.dubbo.registry.support中URL的使用
返回URL的com.alibaba.dubbo.registry.support中的方法 修饰符和类型 方法 说明 URLAbstractRegistry. getUrl()已过时。URLFailbackRegistry. getUrl()已过时。返回变量类型为URL的类型的com.alibaba.dubbo.registry.support中的方法 修饰符和类型 方法 说明 List<URL>AbstractRegistry. getCacheUrls(URL url)已过时。Map<URL,Map<String,List<URL>>>AbstractRegistry. getNotified()已过时。Map<URL,Map<String,List<URL>>>AbstractRegistry. getNotified()已过时。Set<URL>AbstractRegistry. getRegistered()已过时。Map<URL,Set<NotifyListener>>AbstractRegistry. getSubscribed()已过时。List<URL>AbstractRegistry. lookup(URL url)已过时。List<URL>FailbackRegistry. lookup(URL url)已过时。参数类型为URL的com.alibaba.dubbo.registry.support中的方法 修饰符和类型 方法 说明 abstract voidFailbackRegistry. doRegister(URL url)已过时。abstract voidFailbackRegistry. doSubscribe(URL url, NotifyListener listener)已过时。abstract voidFailbackRegistry. doUnregister(URL url)已过时。abstract voidFailbackRegistry. doUnsubscribe(URL url, NotifyListener listener)已过时。List<URL>AbstractRegistry. getCacheUrls(URL url)已过时。List<URL>AbstractRegistry. lookup(URL url)已过时。List<URL>FailbackRegistry. lookup(URL url)已过时。voidAbstractRegistry. register(URL url)已过时。voidFailbackRegistry. register(URL url)已过时。voidFailbackRegistry. removeFailedRegisteredTask(URL url)已过时。voidFailbackRegistry. removeFailedSubscribedTask(URL url, NotifyListener listener)已过时。voidFailbackRegistry. removeFailedUnregisteredTask(URL url)已过时。voidFailbackRegistry. removeFailedUnsubscribedTask(URL url, NotifyListener listener)已过时。voidAbstractRegistry. subscribe(URL url, NotifyListener listener)已过时。voidFailbackRegistry. subscribe(URL url, NotifyListener listener)已过时。voidAbstractRegistry. unregister(URL url)已过时。voidFailbackRegistry. unregister(URL url)已过时。voidAbstractRegistry. unsubscribe(URL url, NotifyListener listener)已过时。voidFailbackRegistry. unsubscribe(URL url, NotifyListener listener)已过时。参数类型为URL的com.alibaba.dubbo.registry.support中的构造器 构造器 说明 AbstractRegistry(URL url)已过时。FailbackRegistry(URL url)已过时。 -
com.alibaba.dubbo.remoting中URL的使用
返回URL的com.alibaba.dubbo.remoting中的方法 修饰符和类型 方法 说明 URLChannel. getUrl()已过时。参数类型为URL的com.alibaba.dubbo.remoting中的方法 修饰符和类型 方法 说明 ServerTransporter. bind(URL url, ChannelHandler handler)已过时。ChannelHandlerDispatcher. dispatch(ChannelHandler handler, URL url)已过时。 -
com.alibaba.dubbo.rpc中URL的使用
返回URL的com.alibaba.dubbo.rpc中的方法 修饰符和类型 方法 说明 URLInvoker.CompatibleInvoker. getUrl()URLInvoker. getUrl()已过时。URLRpcContext. getUrl()已过时。返回变量类型为URL的类型的com.alibaba.dubbo.rpc中的方法 修饰符和类型 方法 说明 List<URL>RpcContext. getUrls()已过时。参数类型为URL的com.alibaba.dubbo.rpc中的方法 修饰符和类型 方法 说明 <T> Invoker<T>ProxyFactory. getInvoker(T proxy, Class<T> type, URL url)已过时。<T> Invoker<T>Protocol. refer(Class<T> aClass, URL url)已过时。voidRpcContext. setUrl(URL url)已过时。类型变量类型为URL的com.alibaba.dubbo.rpc中的方法参数 修饰符和类型 方法 说明 voidRpcContext. setUrls(List<URL> urls)已过时。 -
com.alibaba.dubbo.rpc.cluster中URL的使用
返回URL的com.alibaba.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 URLDirectory. getUrl()已过时。URLRouter. getUrl()已过时。返回变量类型为URL的类型的com.alibaba.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 List<URL>RuleConverter. convert(URL subscribeUrl, Object source)已过时。参数类型为URL的com.alibaba.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 List<URL>RuleConverter. convert(URL subscribeUrl, Object source)已过时。org.apache.dubbo.rpc.cluster.RouterRouterFactory. getRouter(URL url)已过时。<T> List<Invoker<T>>Router. route(List<Invoker<T>> invokers, URL url, Invocation invocation)已过时。<T> Invoker<T>LoadBalance. select(List<Invoker<T>> invokers, URL url, Invocation invocation)已过时。 -
com.alibaba.dubbo.rpc.support中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.support中的方法 修饰符和类型 方法 说明 static voidRpcUtils. attachInvocationIdIfAsync(URL url, Invocation inv)Idempotent operation: invocation id will be added in async operation by defaultstatic booleanRpcUtils. isAsync(URL url, Invocation inv)static booleanRpcUtils. isOneway(URL url, Invocation inv)
-