Uses of Class
com.alibaba.dubbo.common.URL
Packages that use URL
Package
Description
-
Uses of URL in com.alibaba.dubbo.cache
Methods in com.alibaba.dubbo.cache with parameters of type URLModifier and TypeMethodDescriptionCacheFactory.getCache(URL url, Invocation invocation) Deprecated. -
Uses of URL in com.alibaba.dubbo.cache.support
Methods in com.alibaba.dubbo.cache.support with parameters of type URLModifier and TypeMethodDescriptionAbstractCacheFactory.getCache(URL url, Invocation invocation) Deprecated. -
Uses of URL in com.alibaba.dubbo.common
Subclasses of URL in com.alibaba.dubbo.commonMethods in com.alibaba.dubbo.common that return URLModifier and TypeMethodDescriptionDelegateURL.addParameter(String key, boolean value) Deprecated.DelegateURL.addParameter(String key, byte value) Deprecated.DelegateURL.addParameter(String key, char value) Deprecated.DelegateURL.addParameter(String key, double value) Deprecated.DelegateURL.addParameter(String key, float value) Deprecated.DelegateURL.addParameter(String key, int value) Deprecated.DelegateURL.addParameter(String key, long value) Deprecated.DelegateURL.addParameter(String key, short value) Deprecated.DelegateURL.addParameter(String key, CharSequence value) Deprecated.DelegateURL.addParameter(String key, Enum<?> value) Deprecated.DelegateURL.addParameter(String key, Number value) Deprecated.DelegateURL.addParameter(String key, String value) Deprecated.URL.addParameter(String key, boolean value) Deprecated.URL.addParameter(String key, byte value) Deprecated.URL.addParameter(String key, char value) Deprecated.URL.addParameter(String key, double value) Deprecated.URL.addParameter(String key, float value) Deprecated.URL.addParameter(String key, int value) Deprecated.URL.addParameter(String key, long value) Deprecated.URL.addParameter(String key, short value) Deprecated.URL.addParameter(String key, CharSequence value) Deprecated.URL.addParameter(String key, Enum<?> value) Deprecated.URL.addParameter(String key, Number value) Deprecated.URL.addParameter(String key, String value) Deprecated.DelegateURL.addParameterAndEncoded(String key, String value) Deprecated.URL.addParameterAndEncoded(String key, String value) Deprecated.DelegateURL.addParameterIfAbsent(String key, String value) Deprecated.URL.addParameterIfAbsent(String key, String value) Deprecated.DelegateURL.addParameters(String... pairs) Deprecated.DelegateURL.addParameters(Map<String, String> parameters) Deprecated.URL.addParameters(String... pairs) Deprecated.URL.addParameters(Map<String, String> parameters) Deprecated.DelegateURL.addParametersIfAbsent(Map<String, String> parameters) Deprecated.URL.addParametersIfAbsent(Map<String, String> parameters) Deprecated.DelegateURL.addParameterString(String query) Deprecated.URL.addParameterString(String query) Deprecated.DelegateURL.clearParameters()Deprecated.URL.clearParameters()Deprecated.DelegateURL.getUrlParameter(String key) Deprecated.URL.getUrlParameter(String key) Deprecated.DelegateURL.removeParameter(String key) Deprecated.URL.removeParameter(String key) Deprecated.DelegateURL.removeParameters(String... keys) Deprecated.DelegateURL.removeParameters(Collection<String> keys) Deprecated.URL.removeParameters(String... keys) Deprecated.URL.removeParameters(Collection<String> keys) Deprecated.DelegateURL.setAddress(String address) Deprecated.URL.setAddress(String address) Deprecated.Deprecated.Deprecated.DelegateURL.setPassword(String password) Deprecated.URL.setPassword(String password) Deprecated.Deprecated.Deprecated.DelegateURL.setPort(int port) Deprecated.URL.setPort(int port) Deprecated.DelegateURL.setProtocol(String protocol) Deprecated.URL.setProtocol(String protocol) Deprecated.DelegateURL.setServiceInterface(String service) Deprecated.URL.setServiceInterface(String service) Deprecated.DelegateURL.setUsername(String username) Deprecated.URL.setUsername(String username) Deprecated.static URLDeprecated.static URLDeprecated. -
Uses of URL in com.alibaba.dubbo.common.serialize
Methods in com.alibaba.dubbo.common.serialize with parameters of type URLModifier and TypeMethodDescriptionSerialization.deserialize(URL url, InputStream input) Deprecated.Serialization.serialize(URL url, OutputStream output) Deprecated. -
Uses of URL in com.alibaba.dubbo.common.threadpool
Methods in com.alibaba.dubbo.common.threadpool with parameters of type URL -
Uses of URL in com.alibaba.dubbo.common.utils
Methods in com.alibaba.dubbo.common.utils that return URLModifier and TypeMethodDescriptionstatic URLUrlUtils.getEmptyUrl(String service, String category) Deprecated.static URLDeprecated.Methods in com.alibaba.dubbo.common.utils that return types with arguments of type URLModifier and TypeMethodDescriptionDeprecated.Methods in com.alibaba.dubbo.common.utils with parameters of type URLModifier and TypeMethodDescriptionstatic intUrlUtils.getHeartbeat(URL url) Deprecated.static intUrlUtils.getIdleTimeout(URL url) Deprecated.static booleanUrlUtils.isConfigurator(URL url) Deprecated.static booleanDeprecated.static booleanUrlUtils.isMatchGlobPattern(String pattern, String value, URL param) Deprecated.static booleanUrlUtils.isProvider(URL url) Deprecated.static booleanDeprecated.static booleanUrlUtils.isServiceKeyMatch(URL pattern, URL value) Deprecated.Method parameters in com.alibaba.dubbo.common.utils with type arguments of type URL -
Uses of URL in com.alibaba.dubbo.container.page
Methods in com.alibaba.dubbo.container.page with parameters of type URL -
Uses of URL in com.alibaba.dubbo.container.page.pages
Methods in com.alibaba.dubbo.container.page.pages with parameters of type URL -
Uses of URL in com.alibaba.dubbo.monitor
Methods in com.alibaba.dubbo.monitor that return URLMethods in com.alibaba.dubbo.monitor that return types with arguments of type URLMethods in com.alibaba.dubbo.monitor with parameters of type URL -
Uses of URL in com.alibaba.dubbo.registry
Methods in com.alibaba.dubbo.registry that return URLMethods in com.alibaba.dubbo.registry that return types with arguments of type URLMethods in com.alibaba.dubbo.registry with parameters of type URLModifier and TypeMethodDescriptionRegistryFactory.getRegistry(URL url) Deprecated.Deprecated.voidDeprecated.voidRegistry.subscribe(URL url, NotifyListener listener) Deprecated.voidRegistry.unregister(URL url) Deprecated.voidRegistry.unsubscribe(URL url, NotifyListener listener) Deprecated.Method parameters in com.alibaba.dubbo.registry with type arguments of type URL -
Uses of URL in com.alibaba.dubbo.registry.support
Methods in com.alibaba.dubbo.registry.support that return URLModifier and TypeMethodDescriptionAbstractRegistry.getUrl()Deprecated.FailbackRegistry.getUrl()Deprecated.Methods in com.alibaba.dubbo.registry.support that return types with arguments of type URLModifier and TypeMethodDescriptionAbstractRegistry.getCacheUrls(URL url) Deprecated.AbstractRegistry.getNotified()Deprecated.AbstractRegistry.getNotified()Deprecated.AbstractRegistry.getRegistered()Deprecated.AbstractRegistry.getSubscribed()Deprecated.Deprecated.Deprecated.Methods in com.alibaba.dubbo.registry.support with parameters of type URLModifier and TypeMethodDescriptionabstract voidFailbackRegistry.doRegister(URL url) Deprecated.abstract voidFailbackRegistry.doSubscribe(URL url, NotifyListener listener) Deprecated.abstract voidFailbackRegistry.doUnregister(URL url) Deprecated.abstract voidFailbackRegistry.doUnsubscribe(URL url, NotifyListener listener) Deprecated.AbstractRegistry.getCacheUrls(URL url) Deprecated.AbstractRegistryFactory.getRegistry(URL url) Deprecated.Deprecated.Deprecated.voidDeprecated.voidDeprecated.voidFailbackRegistry.removeFailedRegisteredTask(URL url) Deprecated.voidFailbackRegistry.removeFailedSubscribedTask(URL url, NotifyListener listener) Deprecated.voidFailbackRegistry.removeFailedUnregisteredTask(URL url) Deprecated.voidFailbackRegistry.removeFailedUnsubscribedTask(URL url, NotifyListener listener) Deprecated.voidAbstractRegistry.subscribe(URL url, NotifyListener listener) Deprecated.voidFailbackRegistry.subscribe(URL url, NotifyListener listener) Deprecated.voidAbstractRegistry.unregister(URL url) Deprecated.voidFailbackRegistry.unregister(URL url) Deprecated.voidAbstractRegistry.unsubscribe(URL url, NotifyListener listener) Deprecated.voidFailbackRegistry.unsubscribe(URL url, NotifyListener listener) Deprecated.Constructors in com.alibaba.dubbo.registry.support with parameters of type URLModifierConstructorDescriptionAbstractRegistry(URL url) Deprecated.FailbackRegistry(URL url) Deprecated. -
Uses of URL in com.alibaba.dubbo.remoting
Methods in com.alibaba.dubbo.remoting that return URLMethods in com.alibaba.dubbo.remoting with parameters of type URLModifier and TypeMethodDescriptionTransporter.bind(URL url, ChannelHandler handler) Deprecated.Dispatcher.dispatch(ChannelHandler handler, URL url) Deprecated. -
Uses of URL in com.alibaba.dubbo.rpc
Methods in com.alibaba.dubbo.rpc that return URLModifier and TypeMethodDescriptionInvoker.CompatibleInvoker.getUrl()Invoker.getUrl()Deprecated.RpcContext.getUrl()Deprecated.Methods in com.alibaba.dubbo.rpc that return types with arguments of type URLMethods in com.alibaba.dubbo.rpc with parameters of type URLModifier and TypeMethodDescription<T> Invoker<T> ProxyFactory.getInvoker(T proxy, Class<T> type, URL url) Deprecated.<T> Invoker<T> Deprecated.voidDeprecated.Method parameters in com.alibaba.dubbo.rpc with type arguments of type URL -
Uses of URL in com.alibaba.dubbo.rpc.cluster
Methods in com.alibaba.dubbo.rpc.cluster that return URLModifier and TypeMethodDescriptionDeprecated.Configure the provider url.Configurator.getUrl()Deprecated.Get the configurator url.Directory.getUrl()Deprecated.Router.getUrl()Deprecated.Methods in com.alibaba.dubbo.rpc.cluster that return types with arguments of type URLModifier and TypeMethodDescriptionDeprecated.Methods in com.alibaba.dubbo.rpc.cluster with parameters of type URLModifier and TypeMethodDescriptionDeprecated.Configure the provider url.Deprecated.ConfiguratorFactory.getConfigurator(URL url) Deprecated.Deprecated.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. -
Uses of URL in com.alibaba.dubbo.rpc.cluster.loadbalance
Methods in com.alibaba.dubbo.rpc.cluster.loadbalance with parameters of type URL -
Uses of URL in com.alibaba.dubbo.rpc.support
Methods in com.alibaba.dubbo.rpc.support with parameters of type URLModifier and TypeMethodDescriptionstatic 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)