Uses of Class
com.alibaba.dubbo.common.URL

Packages that use URL
com.alibaba.dubbo.cache   
com.alibaba.dubbo.cache.support   
com.alibaba.dubbo.cache.support.jcache   
com.alibaba.dubbo.cache.support.lru   
com.alibaba.dubbo.cache.support.threadlocal   
com.alibaba.dubbo.common   
com.alibaba.dubbo.common.extension   
com.alibaba.dubbo.common.serialize   
com.alibaba.dubbo.common.serialize.support.dubbo   
com.alibaba.dubbo.common.serialize.support.hessian   
com.alibaba.dubbo.common.serialize.support.java   
com.alibaba.dubbo.common.serialize.support.json   
com.alibaba.dubbo.common.serialize.support.nativejava   
com.alibaba.dubbo.common.threadpool   
com.alibaba.dubbo.common.threadpool.support   
com.alibaba.dubbo.common.threadpool.support.cached   
com.alibaba.dubbo.common.threadpool.support.fixed   
com.alibaba.dubbo.common.threadpool.support.limited   
com.alibaba.dubbo.common.utils   
com.alibaba.dubbo.config   
com.alibaba.dubbo.container.page   
com.alibaba.dubbo.container.page.pages   
com.alibaba.dubbo.monitor   
com.alibaba.dubbo.monitor.dubbo   
com.alibaba.dubbo.monitor.support   
com.alibaba.dubbo.registry   
com.alibaba.dubbo.registry.dubbo   
com.alibaba.dubbo.registry.integration   
com.alibaba.dubbo.registry.multicast   
com.alibaba.dubbo.registry.pages   
com.alibaba.dubbo.registry.redis   
com.alibaba.dubbo.registry.support   
com.alibaba.dubbo.registry.zookeeper   
com.alibaba.dubbo.remoting   
com.alibaba.dubbo.remoting.exchange   
com.alibaba.dubbo.remoting.exchange.support   
com.alibaba.dubbo.remoting.exchange.support.header   
com.alibaba.dubbo.remoting.http   
com.alibaba.dubbo.remoting.http.jetty   
com.alibaba.dubbo.remoting.http.servlet   
com.alibaba.dubbo.remoting.http.support   
com.alibaba.dubbo.remoting.p2p   
com.alibaba.dubbo.remoting.p2p.exchange   
com.alibaba.dubbo.remoting.p2p.exchange.support   
com.alibaba.dubbo.remoting.p2p.support   
com.alibaba.dubbo.remoting.transport   
com.alibaba.dubbo.remoting.transport.dispatcher   
com.alibaba.dubbo.remoting.transport.dispatcher.all   
com.alibaba.dubbo.remoting.transport.dispatcher.connection   
com.alibaba.dubbo.remoting.transport.dispatcher.direct   
com.alibaba.dubbo.remoting.transport.dispatcher.execution   
com.alibaba.dubbo.remoting.transport.dispatcher.message   
com.alibaba.dubbo.remoting.transport.grizzly   
com.alibaba.dubbo.remoting.transport.mina   
com.alibaba.dubbo.remoting.transport.netty   
com.alibaba.dubbo.remoting.transport.netty4   
com.alibaba.dubbo.remoting.zookeeper   
com.alibaba.dubbo.remoting.zookeeper.curator   
com.alibaba.dubbo.remoting.zookeeper.support   
com.alibaba.dubbo.remoting.zookeeper.zkclient   
com.alibaba.dubbo.rpc   
com.alibaba.dubbo.rpc.cluster   
com.alibaba.dubbo.rpc.cluster.configurator   
com.alibaba.dubbo.rpc.cluster.configurator.absent   
com.alibaba.dubbo.rpc.cluster.configurator.override   
com.alibaba.dubbo.rpc.cluster.directory   
com.alibaba.dubbo.rpc.cluster.loadbalance   
com.alibaba.dubbo.rpc.cluster.router   
com.alibaba.dubbo.rpc.cluster.router.condition   
com.alibaba.dubbo.rpc.cluster.router.file   
com.alibaba.dubbo.rpc.cluster.router.script   
com.alibaba.dubbo.rpc.cluster.support   
com.alibaba.dubbo.rpc.cluster.support.wrapper   
com.alibaba.dubbo.rpc.filter.tps   
com.alibaba.dubbo.rpc.listener   
com.alibaba.dubbo.rpc.protocol   
com.alibaba.dubbo.rpc.protocol.dubbo   
com.alibaba.dubbo.rpc.protocol.dubbo.page   
com.alibaba.dubbo.rpc.protocol.injvm   
com.alibaba.dubbo.rpc.protocol.memcached   
com.alibaba.dubbo.rpc.protocol.redis   
com.alibaba.dubbo.rpc.protocol.thrift   
com.alibaba.dubbo.rpc.proxy   
com.alibaba.dubbo.rpc.proxy.javassist   
com.alibaba.dubbo.rpc.proxy.jdk   
com.alibaba.dubbo.rpc.proxy.wrapper   
com.alibaba.dubbo.rpc.support   
com.alibaba.dubbo.validation   
com.alibaba.dubbo.validation.support   
com.alibaba.dubbo.validation.support.jvalidation   
 

Uses of URL in com.alibaba.dubbo.cache
 

Methods in com.alibaba.dubbo.cache with parameters of type URL
 Cache CacheFactory.getCache(URL url)
           
 

Uses of URL in com.alibaba.dubbo.cache.support
 

Methods in com.alibaba.dubbo.cache.support with parameters of type URL
 Cache AbstractCacheFactory.getCache(URL url)
           
 

Uses of URL in com.alibaba.dubbo.cache.support.jcache
 

Constructors in com.alibaba.dubbo.cache.support.jcache with parameters of type URL
JCache(URL url)
           
 

Uses of URL in com.alibaba.dubbo.cache.support.lru
 

Constructors in com.alibaba.dubbo.cache.support.lru with parameters of type URL
LruCache(URL url)
           
 

Uses of URL in com.alibaba.dubbo.cache.support.threadlocal
 

Constructors in com.alibaba.dubbo.cache.support.threadlocal with parameters of type URL
ThreadLocalCache(URL url)
           
 

Uses of URL in com.alibaba.dubbo.common
 

Methods in com.alibaba.dubbo.common that return URL
 URL URL.addParameter(String key, boolean value)
           
 URL URL.addParameter(String key, byte value)
           
 URL URL.addParameter(String key, char value)
           
 URL URL.addParameter(String key, CharSequence value)
           
 URL URL.addParameter(String key, double value)
           
 URL URL.addParameter(String key, Enum<?> value)
           
 URL URL.addParameter(String key, float value)
           
 URL URL.addParameter(String key, int value)
           
 URL URL.addParameter(String key, long value)
           
 URL URL.addParameter(String key, Number value)
           
 URL URL.addParameter(String key, short value)
           
 URL URL.addParameter(String key, String value)
           
 URL URL.addParameterAndEncoded(String key, String value)
           
 URL URL.addParameterIfAbsent(String key, String value)
           
 URL URL.addParameters(Map<String,String> parameters)
          Add parameters to a new url.
 URL URL.addParameters(String... pairs)
           
 URL URL.addParametersIfAbsent(Map<String,String> parameters)
           
 URL URL.addParameterString(String query)
           
 URL URL.clearParameters()
           
 URL Node.getUrl()
          get url.
 URL URL.getUrlParameter(String key)
           
 URL URL.removeParameter(String key)
           
 URL URL.removeParameters(Collection<String> keys)
           
 URL URL.removeParameters(String... keys)
           
 URL URL.setAddress(String address)
           
 URL URL.setHost(String host)
           
 URL URL.setPassword(String password)
           
 URL URL.setPath(String path)
           
 URL URL.setPort(int port)
           
 URL URL.setProtocol(String protocol)
           
 URL URL.setServiceInterface(String service)
           
 URL URL.setUsername(String username)
           
static URL URL.valueOf(String url)
          Parse url string
 

Methods in com.alibaba.dubbo.common that return types with arguments of type URL
 List<URL> URL.getBackupUrls()
           
 

Methods in com.alibaba.dubbo.common with parameters of type URL
 void Resetable.reset(URL url)
          reset.
 

Uses of URL in com.alibaba.dubbo.common.extension
 

Methods in com.alibaba.dubbo.common.extension with parameters of type URL
 List<T> ExtensionLoader.getActivateExtension(URL url, String key)
          This is equivalent to
 List<T> ExtensionLoader.getActivateExtension(URL url, String[] values)
          This is equivalent to
 List<T> ExtensionLoader.getActivateExtension(URL url, String[] values, String group)
          Get activate extensions.
 List<T> ExtensionLoader.getActivateExtension(URL url, String key, String group)
          This is equivalent to
 

Uses of URL in com.alibaba.dubbo.common.serialize
 

Methods in com.alibaba.dubbo.common.serialize with parameters of type URL
 ObjectInput Serialization.deserialize(URL url, InputStream input)
          create deserializer
 ObjectOutput Serialization.serialize(URL url, OutputStream output)
          create serializer
 

Uses of URL in com.alibaba.dubbo.common.serialize.support.dubbo
 

Methods in com.alibaba.dubbo.common.serialize.support.dubbo with parameters of type URL
 ObjectInput DubboSerialization.deserialize(URL url, InputStream is)
           
 ObjectOutput DubboSerialization.serialize(URL url, OutputStream out)
           
 

Uses of URL in com.alibaba.dubbo.common.serialize.support.hessian
 

Methods in com.alibaba.dubbo.common.serialize.support.hessian with parameters of type URL
 ObjectInput Hessian2Serialization.deserialize(URL url, InputStream is)
           
 ObjectOutput Hessian2Serialization.serialize(URL url, OutputStream out)
           
 

Uses of URL in com.alibaba.dubbo.common.serialize.support.java
 

Methods in com.alibaba.dubbo.common.serialize.support.java with parameters of type URL
 ObjectInput JavaSerialization.deserialize(URL url, InputStream is)
           
 ObjectInput CompactedJavaSerialization.deserialize(URL url, InputStream is)
           
 ObjectOutput JavaSerialization.serialize(URL url, OutputStream out)
           
 ObjectOutput CompactedJavaSerialization.serialize(URL url, OutputStream out)
           
 

Uses of URL in com.alibaba.dubbo.common.serialize.support.json
 

Methods in com.alibaba.dubbo.common.serialize.support.json with parameters of type URL
 ObjectInput FastJsonSerialization.deserialize(URL url, InputStream input)
           
 ObjectInput JsonSerialization.deserialize(URL url, InputStream input)
           
 ObjectOutput FastJsonSerialization.serialize(URL url, OutputStream output)
           
 ObjectOutput JsonSerialization.serialize(URL url, OutputStream output)
           
 

Uses of URL in com.alibaba.dubbo.common.serialize.support.nativejava
 

Methods in com.alibaba.dubbo.common.serialize.support.nativejava with parameters of type URL
 ObjectInput NativeJavaSerialization.deserialize(URL url, InputStream input)
           
 ObjectOutput NativeJavaSerialization.serialize(URL url, OutputStream output)
           
 

Uses of URL in com.alibaba.dubbo.common.threadpool
 

Methods in com.alibaba.dubbo.common.threadpool with parameters of type URL
 Executor ThreadPool.getExecutor(URL url)
          线程池
 

Uses of URL in com.alibaba.dubbo.common.threadpool.support
 

Constructors in com.alibaba.dubbo.common.threadpool.support with parameters of type URL
AbortPolicyWithReport(String threadName, URL url)
           
 

Uses of URL in com.alibaba.dubbo.common.threadpool.support.cached
 

Methods in com.alibaba.dubbo.common.threadpool.support.cached with parameters of type URL
 Executor CachedThreadPool.getExecutor(URL url)
           
 

Uses of URL in com.alibaba.dubbo.common.threadpool.support.fixed
 

Methods in com.alibaba.dubbo.common.threadpool.support.fixed with parameters of type URL
 Executor FixedThreadPool.getExecutor(URL url)
           
 

Uses of URL in com.alibaba.dubbo.common.threadpool.support.limited
 

Methods in com.alibaba.dubbo.common.threadpool.support.limited with parameters of type URL
 Executor LimitedThreadPool.getExecutor(URL url)
           
 

Uses of URL in com.alibaba.dubbo.common.utils
 

Methods in com.alibaba.dubbo.common.utils that return URL
static URL UrlUtils.getEmptyUrl(String service, String category)
           
static URL UrlUtils.parseURL(String address, Map<String,String> defaults)
           
static URL ExecutorUtil.setThreadName(URL url, String defaultName)
          append thread name with url address
 

Methods in com.alibaba.dubbo.common.utils that return types with arguments of type URL
static List<URL> UrlUtils.parseURLs(String address, Map<String,String> defaults)
           
 

Methods in com.alibaba.dubbo.common.utils with parameters of type URL
static boolean UrlUtils.isMatch(URL consumerUrl, URL providerUrl)
           
static boolean UrlUtils.isMatchGlobPattern(String pattern, String value, URL param)
           
static boolean UrlUtils.isServiceKeyMatch(URL pattern, URL value)
           
static URL ExecutorUtil.setThreadName(URL url, String defaultName)
          append thread name with url address
 

Method parameters in com.alibaba.dubbo.common.utils with type arguments of type URL
static List<String> UrlUtils.revertForbid(List<String> forbid, Set<URL> subscribed)
           
 

Uses of URL in com.alibaba.dubbo.config
 

Methods in com.alibaba.dubbo.config that return URL
 URL ReferenceConfig.toUrl()
           
 URL ServiceConfig.toUrl()
           
 

Methods in com.alibaba.dubbo.config that return types with arguments of type URL
 List<URL> ServiceConfig.getExportedUrls()
           
 List<URL> ReferenceConfig.toUrls()
           
 List<URL> ServiceConfig.toUrls()
           
 

Uses of URL in com.alibaba.dubbo.container.page
 

Methods in com.alibaba.dubbo.container.page with parameters of type URL
 Page PageHandler.handle(URL url)
          Handle the page.
 

Uses of URL in com.alibaba.dubbo.container.page.pages
 

Methods in com.alibaba.dubbo.container.page.pages with parameters of type URL
 Page SystemPageHandler.handle(URL url)
           
 Page StatusPageHandler.handle(URL url)
           
 Page LogPageHandler.handle(URL url)
           
 Page HomePageHandler.handle(URL url)
           
 

Uses of URL in com.alibaba.dubbo.monitor
 

Methods in com.alibaba.dubbo.monitor that return types with arguments of type URL
 List<URL> MonitorService.lookup(URL query)
          监控数据查询.  1.
 

Methods in com.alibaba.dubbo.monitor with parameters of type URL
 void MonitorService.collect(URL statistics)
          监控数据采集.
 Monitor MonitorFactory.getMonitor(URL url)
          Create monitor.
 List<URL> MonitorService.lookup(URL query)
          监控数据查询.  1.
 

Uses of URL in com.alibaba.dubbo.monitor.dubbo
 

Methods in com.alibaba.dubbo.monitor.dubbo that return URL
 URL Statistics.getUrl()
           
 URL DubboMonitor.getUrl()
           
 

Methods in com.alibaba.dubbo.monitor.dubbo that return types with arguments of type URL
 List<URL> DubboMonitor.lookup(URL query)
           
 

Methods in com.alibaba.dubbo.monitor.dubbo with parameters of type URL
 void DubboMonitor.collect(URL url)
           
 List<URL> DubboMonitor.lookup(URL query)
           
 void Statistics.setUrl(URL url)
           
 

Constructors in com.alibaba.dubbo.monitor.dubbo with parameters of type URL
Statistics(URL url)
           
 

Uses of URL in com.alibaba.dubbo.monitor.support
 

Methods in com.alibaba.dubbo.monitor.support with parameters of type URL
 Monitor AbstractMonitorFactory.getMonitor(URL url)
           
 

Uses of URL in com.alibaba.dubbo.registry
 

Methods in com.alibaba.dubbo.registry that return types with arguments of type URL
 List<URL> RegistryService.lookup(URL url)
          查询符合条件的已注册数据,与订阅的推模式相对应,这里为拉模式,只返回一次结果。
 

Methods in com.alibaba.dubbo.registry with parameters of type URL
 Registry RegistryFactory.getRegistry(URL url)
          连接注册中心.
 List<URL> RegistryService.lookup(URL url)
          查询符合条件的已注册数据,与订阅的推模式相对应,这里为拉模式,只返回一次结果。
 void RegistryService.register(URL url)
          注册数据,比如:提供者地址,消费者地址,路由规则,覆盖规则,等数据。
 void RegistryService.subscribe(URL url, NotifyListener listener)
          订阅符合条件的已注册数据,当有注册数据变更时自动推送.
 void RegistryService.unregister(URL url)
          取消注册.
 void RegistryService.unsubscribe(URL url, NotifyListener listener)
          取消订阅.
 

Method parameters in com.alibaba.dubbo.registry with type arguments of type URL
 void NotifyListener.notify(List<URL> urls)
          当收到服务变更通知时触发。
 

Uses of URL in com.alibaba.dubbo.registry.dubbo
 

Methods in com.alibaba.dubbo.registry.dubbo that return types with arguments of type URL
 List<URL> DubboRegistry.lookup(URL url)
           
 

Methods in com.alibaba.dubbo.registry.dubbo with parameters of type URL
 Registry DubboRegistryFactory.createRegistry(URL url)
           
 List<URL> DubboRegistry.lookup(URL url)
           
 

Uses of URL in com.alibaba.dubbo.registry.integration
 

Methods in com.alibaba.dubbo.registry.integration that return URL
 URL RegistryDirectory.getUrl()
           
 

Methods in com.alibaba.dubbo.registry.integration that return types with arguments of type URL
 Map<URL,NotifyListener> RegistryProtocol.getOverrideListeners()
           
 

Methods in com.alibaba.dubbo.registry.integration with parameters of type URL
<T> Invoker<T>
RegistryProtocol.refer(Class<T> type, URL url)
           
 void RegistryDirectory.subscribe(URL url)
           
 

Method parameters in com.alibaba.dubbo.registry.integration with type arguments of type URL
 void RegistryDirectory.notify(List<URL> urls)
           
static List<Configurator> RegistryDirectory.toConfigurators(List<URL> urls)
          将overrideURL转换为map,供重新refer时使用.
 

Constructors in com.alibaba.dubbo.registry.integration with parameters of type URL
RegistryDirectory(Class<T> serviceType, URL url)
           
RegistryProtocol.InvokerDelegete(Invoker<T> invoker, URL url)
           
 

Uses of URL in com.alibaba.dubbo.registry.multicast
 

Methods in com.alibaba.dubbo.registry.multicast that return types with arguments of type URL
 Map<URL,Set<URL>> MulticastRegistry.getReceived()
           
 Map<URL,Set<URL>> MulticastRegistry.getReceived()
           
 List<URL> MulticastRegistry.lookup(URL url)
           
 

Methods in com.alibaba.dubbo.registry.multicast with parameters of type URL
 Registry MulticastRegistryFactory.createRegistry(URL url)
           
 List<URL> MulticastRegistry.lookup(URL url)
           
 void MulticastRegistry.register(URL url)
           
 void MulticastRegistry.subscribe(URL url, NotifyListener listener)
           
 void MulticastRegistry.unregister(URL url)
           
 void MulticastRegistry.unsubscribe(URL url, NotifyListener listener)
           
 

Constructors in com.alibaba.dubbo.registry.multicast with parameters of type URL
MulticastRegistry(URL url)
           
 

Uses of URL in com.alibaba.dubbo.registry.pages
 

Methods in com.alibaba.dubbo.registry.pages with parameters of type URL
 Page RegistriesPageHandler.handle(URL url)
           
 Page RegisteredPageHandler.handle(URL url)
           
 Page SubscribedPageHandler.handle(URL url)
           
 

Uses of URL in com.alibaba.dubbo.registry.redis
 

Methods in com.alibaba.dubbo.registry.redis with parameters of type URL
 void RedisRegistry.doRegister(URL url)
           
 void RedisRegistry.doSubscribe(URL url, NotifyListener listener)
           
 void RedisRegistry.doUnregister(URL url)
           
 void RedisRegistry.doUnsubscribe(URL url, NotifyListener listener)
           
 Registry RedisRegistryFactory.getRegistry(URL url)
           
 

Constructors in com.alibaba.dubbo.registry.redis with parameters of type URL
RedisRegistry(URL url)
           
 

Uses of URL in com.alibaba.dubbo.registry.support
 

Methods in com.alibaba.dubbo.registry.support that return URL
 URL AbstractRegistry.getUrl()
           
 

Methods in com.alibaba.dubbo.registry.support that return types with arguments of type URL
 List<URL> AbstractRegistry.getCacheUrls(URL url)
           
 Map<URL,Map<NotifyListener,List<URL>>> FailbackRegistry.getFailedNotified()
           
 Map<URL,Map<NotifyListener,List<URL>>> FailbackRegistry.getFailedNotified()
           
 Set<URL> FailbackRegistry.getFailedRegistered()
           
 Map<URL,Set<NotifyListener>> FailbackRegistry.getFailedSubscribed()
           
 Set<URL> FailbackRegistry.getFailedUnregistered()
           
 Map<URL,Set<NotifyListener>> FailbackRegistry.getFailedUnsubscribed()
           
 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)
           
 

Methods in com.alibaba.dubbo.registry.support with parameters of type URL
 List<URL> AbstractRegistry.getCacheUrls(URL url)
           
 Registry AbstractRegistryFactory.getRegistry(URL url)
           
 List<URL> AbstractRegistry.lookup(URL url)
           
 void AbstractRegistry.register(URL url)
           
 void FailbackRegistry.register(URL url)
           
 void AbstractRegistry.subscribe(URL url, NotifyListener listener)
           
 void FailbackRegistry.subscribe(URL url, NotifyListener listener)
           
 void AbstractRegistry.unregister(URL url)
           
 void FailbackRegistry.unregister(URL url)
           
 void AbstractRegistry.unsubscribe(URL url, NotifyListener listener)
           
 void FailbackRegistry.unsubscribe(URL url, NotifyListener listener)
           
 

Constructors in com.alibaba.dubbo.registry.support with parameters of type URL
AbstractRegistry(URL url)
           
FailbackRegistry(URL url)
           
 

Uses of URL in com.alibaba.dubbo.registry.zookeeper
 

Methods in com.alibaba.dubbo.registry.zookeeper that return types with arguments of type URL
 List<URL> ZookeeperRegistry.lookup(URL url)
           
 

Methods in com.alibaba.dubbo.registry.zookeeper with parameters of type URL
 Registry ZookeeperRegistryFactory.createRegistry(URL url)
           
 List<URL> ZookeeperRegistry.lookup(URL url)
           
 

Constructors in com.alibaba.dubbo.registry.zookeeper with parameters of type URL
ZookeeperRegistry(URL url, ZookeeperTransporter zookeeperTransporter)
           
 

Uses of URL in com.alibaba.dubbo.remoting
 

Methods in com.alibaba.dubbo.remoting that return URL
 URL Endpoint.getUrl()
          get url.
 

Methods in com.alibaba.dubbo.remoting with parameters of type URL
static Server Transporters.bind(URL url, ChannelHandler... handlers)
           
 Server Transporter.bind(URL url, ChannelHandler handler)
          Bind a server.
static Client Transporters.connect(URL url, ChannelHandler... handlers)
           
 Client Transporter.connect(URL url, ChannelHandler handler)
          Connect to a server.
 ChannelHandler Dispatcher.dispatch(ChannelHandler handler, URL url)
          dispatch the message to threadpool.
 

Uses of URL in com.alibaba.dubbo.remoting.exchange
 

Methods in com.alibaba.dubbo.remoting.exchange with parameters of type URL
static ExchangeServer Exchangers.bind(URL url, ChannelHandler handler, Replier<?> replier)
           
static ExchangeServer Exchangers.bind(URL url, ExchangeHandler handler)
           
 ExchangeServer Exchanger.bind(URL url, ExchangeHandler handler)
          bind.
static ExchangeServer Exchangers.bind(URL url, Replier<?> replier)
           
static ExchangeClient Exchangers.connect(URL url)
           
static ExchangeClient Exchangers.connect(URL url, ChannelHandler handler, Replier<?> replier)
           
static ExchangeClient Exchangers.connect(URL url, ExchangeHandler handler)
           
 ExchangeClient Exchanger.connect(URL url, ExchangeHandler handler)
          connect.
static ExchangeClient Exchangers.connect(URL url, Replier<?> replier)
           
static Exchanger Exchangers.getExchanger(URL url)
           
 

Uses of URL in com.alibaba.dubbo.remoting.exchange.support
 

Methods in com.alibaba.dubbo.remoting.exchange.support that return URL
 URL ExchangeServerDelegate.getUrl()
           
 

Methods in com.alibaba.dubbo.remoting.exchange.support with parameters of type URL
 void ExchangeServerDelegate.reset(URL url)
           
 

Uses of URL in com.alibaba.dubbo.remoting.exchange.support.header
 

Methods in com.alibaba.dubbo.remoting.exchange.support.header that return URL
 URL HeaderExchangeClient.getUrl()
           
 URL HeaderExchangeServer.getUrl()
           
 

Methods in com.alibaba.dubbo.remoting.exchange.support.header with parameters of type URL
 ExchangeServer HeaderExchanger.bind(URL url, ExchangeHandler handler)
           
 ExchangeClient HeaderExchanger.connect(URL url, ExchangeHandler handler)
           
 void HeaderExchangeClient.reset(URL url)
           
 void HeaderExchangeServer.reset(URL url)
           
 

Uses of URL in com.alibaba.dubbo.remoting.http
 

Methods in com.alibaba.dubbo.remoting.http that return URL
 URL HttpServer.getUrl()
          get url.
 

Methods in com.alibaba.dubbo.remoting.http with parameters of type URL
 HttpServer HttpBinder.bind(URL url, HttpHandler handler)
          bind the server.
 

Uses of URL in com.alibaba.dubbo.remoting.http.jetty
 

Methods in com.alibaba.dubbo.remoting.http.jetty with parameters of type URL
 HttpServer JettyHttpBinder.bind(URL url, HttpHandler handler)
           
 

Constructors in com.alibaba.dubbo.remoting.http.jetty with parameters of type URL
JettyHttpServer(URL url, HttpHandler handler)
           
 

Uses of URL in com.alibaba.dubbo.remoting.http.servlet
 

Methods in com.alibaba.dubbo.remoting.http.servlet with parameters of type URL
 HttpServer ServletHttpBinder.bind(URL url, HttpHandler handler)
           
 

Constructors in com.alibaba.dubbo.remoting.http.servlet with parameters of type URL
ServletHttpServer(URL url, HttpHandler handler)
           
 

Uses of URL in com.alibaba.dubbo.remoting.http.support
 

Methods in com.alibaba.dubbo.remoting.http.support that return URL
 URL AbstractHttpServer.getUrl()
           
 

Methods in com.alibaba.dubbo.remoting.http.support with parameters of type URL
 void AbstractHttpServer.reset(URL url)
           
 

Constructors in com.alibaba.dubbo.remoting.http.support with parameters of type URL
AbstractHttpServer(URL url, HttpHandler handler)
           
 

Uses of URL in com.alibaba.dubbo.remoting.p2p
 

Methods in com.alibaba.dubbo.remoting.p2p that return URL
 URL Group.getUrl()
          get group url.
 

Methods in com.alibaba.dubbo.remoting.p2p with parameters of type URL
 Peer Group.join(URL url, ChannelHandler handler)
          join.
static Peer Networkers.join(URL group, URL peer, ChannelHandler handler)
           
 void Group.leave(URL url)
          leave.
 Group Networker.lookup(URL url)
          lookup group.
static Group Networkers.lookup(URL group)
           
 

Uses of URL in com.alibaba.dubbo.remoting.p2p.exchange
 

Methods in com.alibaba.dubbo.remoting.p2p.exchange with parameters of type URL
 ExchangePeer ExchangeGroup.join(URL url, ExchangeHandler handler)
          join.
static ExchangePeer ExchangeNetworkers.join(URL group, URL peer, ExchangeHandler handler)
           
static ExchangeGroup ExchangeNetworkers.lookup(URL group)
           
 ExchangeGroup ExchangeNetworker.lookup(URL url)
          lookup group.
 

Uses of URL in com.alibaba.dubbo.remoting.p2p.exchange.support
 

Methods in com.alibaba.dubbo.remoting.p2p.exchange.support that return URL
 URL AbstractExchangeGroup.getUrl()
           
 

Methods in com.alibaba.dubbo.remoting.p2p.exchange.support with parameters of type URL
 Peer AbstractExchangeGroup.join(URL url, ChannelHandler handler)
           
 ExchangePeer AbstractExchangeGroup.join(URL url, ExchangeHandler handler)
           
 ExchangePeer MulticastExchangeGroup.join(URL url, ExchangeHandler handler)
           
 ExchangePeer FileExchangeGroup.joinExchange(URL url, ExchangeHandler handler)
           
 void FileExchangeGroup.leave(URL url)
           
 void AbstractExchangeGroup.leave(URL url)
           
 void MulticastExchangeGroup.leave(URL url)
           
 ExchangeGroup MulticastExchangeNetworker.lookup(URL url)
           
 ExchangeGroup FileExchangeNetworker.lookup(URL url)
           
 

Constructors in com.alibaba.dubbo.remoting.p2p.exchange.support with parameters of type URL
AbstractExchangeGroup(URL url)
           
FileExchangeGroup(URL url)
           
MulticastExchangeGroup(URL url)
           
 

Constructor parameters in com.alibaba.dubbo.remoting.p2p.exchange.support with type arguments of type URL
ExchangeServerPeer(ExchangeServer server, Map<URL,ExchangeClient> clients, ExchangeGroup group)
           
 

Uses of URL in com.alibaba.dubbo.remoting.p2p.support
 

Methods in com.alibaba.dubbo.remoting.p2p.support that return URL
 URL AbstractGroup.getUrl()
           
 

Methods in com.alibaba.dubbo.remoting.p2p.support with parameters of type URL
 Peer MulticastGroup.join(URL url, ChannelHandler handler)
           
 Peer AbstractGroup.join(URL url, ChannelHandler handler)
           
 Peer FileGroup.join(URL url, ChannelHandler handler)
           
 void MulticastGroup.leave(URL url)
           
 void AbstractGroup.leave(URL url)
           
 void FileGroup.leave(URL url)
           
 Group MulticastNetworker.lookup(URL url)
           
 Group FileNetworker.lookup(URL url)
           
 

Constructors in com.alibaba.dubbo.remoting.p2p.support with parameters of type URL
AbstractGroup(URL url)
           
FileGroup(URL url)
           
MulticastGroup(URL url)
           
 

Constructor parameters in com.alibaba.dubbo.remoting.p2p.support with type arguments of type URL
ServerPeer(Server server, Map<URL,Client> clients, Group group)
           
 

Uses of URL in com.alibaba.dubbo.remoting.transport
 

Methods in com.alibaba.dubbo.remoting.transport that return URL
 URL ServerDelegate.getUrl()
           
 URL ClientDelegate.getUrl()
           
 URL ChannelDelegate.getUrl()
           
 URL AbstractPeer.getUrl()
           
 

Methods in com.alibaba.dubbo.remoting.transport with parameters of type URL
static Serialization CodecSupport.getSerialization(URL url)
           
static Serialization CodecSupport.getSerialization(URL url, Byte id)
           
 void AbstractServer.reset(URL url)
           
 void AbstractEndpoint.reset(URL url)
           
 void ServerDelegate.reset(URL url)
           
 void ClientDelegate.reset(URL url)
           
 

Constructors in com.alibaba.dubbo.remoting.transport with parameters of type URL
AbstractChannel(URL url, ChannelHandler handler)
           
AbstractClient(URL url, ChannelHandler handler)
           
AbstractEndpoint(URL url, ChannelHandler handler)
           
AbstractPeer(URL url, ChannelHandler handler)
           
AbstractServer(URL url, ChannelHandler handler)
           
 

Uses of URL in com.alibaba.dubbo.remoting.transport.dispatcher
 

Methods in com.alibaba.dubbo.remoting.transport.dispatcher that return URL
 URL WrappedChannelHandler.getUrl()
           
 

Methods in com.alibaba.dubbo.remoting.transport.dispatcher with parameters of type URL
static ChannelHandler ChannelHandlers.wrap(ChannelHandler handler, URL url)
           
 

Constructors in com.alibaba.dubbo.remoting.transport.dispatcher with parameters of type URL
WrappedChannelHandler(ChannelHandler handler, URL url)
           
 

Uses of URL in com.alibaba.dubbo.remoting.transport.dispatcher.all
 

Methods in com.alibaba.dubbo.remoting.transport.dispatcher.all with parameters of type URL
 ChannelHandler AllDispatcher.dispatch(ChannelHandler handler, URL url)
           
 

Constructors in com.alibaba.dubbo.remoting.transport.dispatcher.all with parameters of type URL
AllChannelHandler(ChannelHandler handler, URL url)
           
 

Uses of URL in com.alibaba.dubbo.remoting.transport.dispatcher.connection
 

Methods in com.alibaba.dubbo.remoting.transport.dispatcher.connection with parameters of type URL
 ChannelHandler ConnectionOrderedDispatcher.dispatch(ChannelHandler handler, URL url)
           
 

Constructors in com.alibaba.dubbo.remoting.transport.dispatcher.connection with parameters of type URL
ConnectionOrderedChannelHandler(ChannelHandler handler, URL url)
           
 

Uses of URL in com.alibaba.dubbo.remoting.transport.dispatcher.direct
 

Methods in com.alibaba.dubbo.remoting.transport.dispatcher.direct with parameters of type URL
 ChannelHandler DirectDispatcher.dispatch(ChannelHandler handler, URL url)
           
 

Uses of URL in com.alibaba.dubbo.remoting.transport.dispatcher.execution
 

Methods in com.alibaba.dubbo.remoting.transport.dispatcher.execution with parameters of type URL
 ChannelHandler ExecutionDispatcher.dispatch(ChannelHandler handler, URL url)
           
 

Constructors in com.alibaba.dubbo.remoting.transport.dispatcher.execution with parameters of type URL
ExecutionChannelHandler(ChannelHandler handler, URL url)
           
 

Uses of URL in com.alibaba.dubbo.remoting.transport.dispatcher.message
 

Methods in com.alibaba.dubbo.remoting.transport.dispatcher.message with parameters of type URL
 ChannelHandler MessageOnlyDispatcher.dispatch(ChannelHandler handler, URL url)
           
 

Constructors in com.alibaba.dubbo.remoting.transport.dispatcher.message with parameters of type URL
MessageOnlyChannelHandler(ChannelHandler handler, URL url)
           
 

Uses of URL in com.alibaba.dubbo.remoting.transport.grizzly
 

Methods in com.alibaba.dubbo.remoting.transport.grizzly with parameters of type URL
 Server GrizzlyTransporter.bind(URL url, ChannelHandler listener)
           
 Client GrizzlyTransporter.connect(URL url, ChannelHandler listener)
           
 

Constructors in com.alibaba.dubbo.remoting.transport.grizzly with parameters of type URL
GrizzlyClient(URL url, ChannelHandler handler)
           
GrizzlyCodecAdapter(Codec2 codec, URL url, ChannelHandler handler)
           
GrizzlyHandler(URL url, ChannelHandler handler)
           
GrizzlyServer(URL url, ChannelHandler handler)
           
 

Uses of URL in com.alibaba.dubbo.remoting.transport.mina
 

Methods in com.alibaba.dubbo.remoting.transport.mina with parameters of type URL
 Server MinaTransporter.bind(URL url, ChannelHandler handler)
           
 Client MinaTransporter.connect(URL url, ChannelHandler handler)
           
 

Constructors in com.alibaba.dubbo.remoting.transport.mina with parameters of type URL
MinaClient(URL url, ChannelHandler handler)
           
MinaHandler(URL url, ChannelHandler handler)
           
MinaServer(URL url, ChannelHandler handler)
           
 

Uses of URL in com.alibaba.dubbo.remoting.transport.netty
 

Methods in com.alibaba.dubbo.remoting.transport.netty with parameters of type URL
 Server NettyTransporter.bind(URL url, ChannelHandler listener)
           
 Client NettyTransporter.connect(URL url, ChannelHandler listener)
           
 

Constructors in com.alibaba.dubbo.remoting.transport.netty with parameters of type URL
NettyClient(URL url, ChannelHandler handler)
           
NettyHandler(URL url, ChannelHandler handler)
           
NettyServer(URL url, ChannelHandler handler)
           
 

Uses of URL in com.alibaba.dubbo.remoting.transport.netty4
 

Methods in com.alibaba.dubbo.remoting.transport.netty4 with parameters of type URL
 Server NettyTransporter.bind(URL url, ChannelHandler listener)
           
 Client NettyTransporter.connect(URL url, ChannelHandler listener)
           
 

Constructors in com.alibaba.dubbo.remoting.transport.netty4 with parameters of type URL
NettyClient(URL url, ChannelHandler handler)
           
NettyClientHandler(URL url, ChannelHandler handler)
           
NettyServer(URL url, ChannelHandler handler)
           
NettyServerHandler(URL url, ChannelHandler handler)
           
 

Uses of URL in com.alibaba.dubbo.remoting.zookeeper
 

Methods in com.alibaba.dubbo.remoting.zookeeper that return URL
 URL ZookeeperClient.getUrl()
           
 

Methods in com.alibaba.dubbo.remoting.zookeeper with parameters of type URL
 ZookeeperClient ZookeeperTransporter.connect(URL url)
           
 

Uses of URL in com.alibaba.dubbo.remoting.zookeeper.curator
 

Methods in com.alibaba.dubbo.remoting.zookeeper.curator with parameters of type URL
 ZookeeperClient CuratorZookeeperTransporter.connect(URL url)
           
 

Constructors in com.alibaba.dubbo.remoting.zookeeper.curator with parameters of type URL
CuratorZookeeperClient(URL url)
           
 

Uses of URL in com.alibaba.dubbo.remoting.zookeeper.support
 

Methods in com.alibaba.dubbo.remoting.zookeeper.support that return URL
 URL AbstractZookeeperClient.getUrl()
           
 

Constructors in com.alibaba.dubbo.remoting.zookeeper.support with parameters of type URL
AbstractZookeeperClient(URL url)
           
 

Uses of URL in com.alibaba.dubbo.remoting.zookeeper.zkclient
 

Methods in com.alibaba.dubbo.remoting.zookeeper.zkclient with parameters of type URL
 ZookeeperClient ZkclientZookeeperTransporter.connect(URL url)
           
 

Constructors in com.alibaba.dubbo.remoting.zookeeper.zkclient with parameters of type URL
ZkclientZookeeperClient(URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc
 

Methods in com.alibaba.dubbo.rpc that return URL
 URL RpcContext.getUrl()
           
 

Methods in com.alibaba.dubbo.rpc that return types with arguments of type URL
 List<URL> RpcContext.getUrls()
           
 

Methods in com.alibaba.dubbo.rpc with parameters of type URL
static void RpcStatus.beginCount(URL url, String methodName)
           
static void RpcStatus.endCount(URL url, String methodName, long elapsed, boolean succeeded)
           
<T> Invoker<T>
ProxyFactory.getInvoker(T proxy, Class<T> type, URL url)
          create invoker.
static String StaticContext.getKey(URL url, String methodName, String suffix)
           
static RpcStatus RpcStatus.getStatus(URL url)
           
static RpcStatus RpcStatus.getStatus(URL url, String methodName)
           
<T> Invoker<T>
Protocol.refer(Class<T> type, URL url)
          引用远程服务:
1.
static void RpcStatus.removeStatus(URL url)
           
static void RpcStatus.removeStatus(URL url, String methodName)
           
 void RpcContext.setUrl(URL url)
           
 

Method parameters in com.alibaba.dubbo.rpc with type arguments of type URL
 void RpcContext.setUrls(List<URL> urls)
           
 

Uses of URL in com.alibaba.dubbo.rpc.cluster
 

Methods in com.alibaba.dubbo.rpc.cluster that return URL
 URL Configurator.configure(URL url)
          Configure the provider url.
 URL Router.getUrl()
          get the router url.
 URL Configurator.getUrl()
          get the configurator url.
 

Methods in com.alibaba.dubbo.rpc.cluster that return types with arguments of type URL
 List<URL> RuleConverter.convert(URL subscribeUrl, Object source)
           
 

Methods in com.alibaba.dubbo.rpc.cluster with parameters of type URL
 URL Configurator.configure(URL url)
          Configure the provider url.
 List<URL> RuleConverter.convert(URL subscribeUrl, Object source)
           
 Configurator ConfiguratorFactory.getConfigurator(URL url)
          get the configurator instance.
 Router RouterFactory.getRouter(URL url)
          Create router.
<T> List<Invoker<T>>
Router.route(List<Invoker<T>> invokers, URL url, Invocation invocation)
          route.
<T> Invoker<T>
LoadBalance.select(List<Invoker<T>> invokers, URL url, Invocation invocation)
          select one invoker in list.
 

Uses of URL in com.alibaba.dubbo.rpc.cluster.configurator
 

Methods in com.alibaba.dubbo.rpc.cluster.configurator that return URL
 URL AbstractConfigurator.configure(URL url)
           
 URL AbstractConfigurator.getUrl()
           
 

Methods in com.alibaba.dubbo.rpc.cluster.configurator with parameters of type URL
 URL AbstractConfigurator.configure(URL url)
           
 

Constructors in com.alibaba.dubbo.rpc.cluster.configurator with parameters of type URL
AbstractConfigurator(URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.cluster.configurator.absent
 

Methods in com.alibaba.dubbo.rpc.cluster.configurator.absent that return URL
 URL AbsentConfigurator.doConfigure(URL currentUrl, URL configUrl)
           
 

Methods in com.alibaba.dubbo.rpc.cluster.configurator.absent with parameters of type URL
 URL AbsentConfigurator.doConfigure(URL currentUrl, URL configUrl)
           
 Configurator AbsentConfiguratorFactory.getConfigurator(URL url)
           
 

Constructors in com.alibaba.dubbo.rpc.cluster.configurator.absent with parameters of type URL
AbsentConfigurator(URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.cluster.configurator.override
 

Methods in com.alibaba.dubbo.rpc.cluster.configurator.override that return URL
 URL OverrideConfigurator.doConfigure(URL currentUrl, URL configUrl)
           
 

Methods in com.alibaba.dubbo.rpc.cluster.configurator.override with parameters of type URL
 URL OverrideConfigurator.doConfigure(URL currentUrl, URL configUrl)
           
 Configurator OverrideConfiguratorFactory.getConfigurator(URL url)
           
 

Constructors in com.alibaba.dubbo.rpc.cluster.configurator.override with parameters of type URL
OverrideConfigurator(URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.cluster.directory
 

Methods in com.alibaba.dubbo.rpc.cluster.directory that return URL
 URL AbstractDirectory.getConsumerUrl()
           
 URL AbstractDirectory.getUrl()
           
 

Methods in com.alibaba.dubbo.rpc.cluster.directory with parameters of type URL
 void AbstractDirectory.setConsumerUrl(URL consumerUrl)
           
 

Constructors in com.alibaba.dubbo.rpc.cluster.directory with parameters of type URL
AbstractDirectory(URL url)
           
AbstractDirectory(URL url, List<Router> routers)
           
AbstractDirectory(URL url, URL consumerUrl, List<Router> routers)
           
StaticDirectory(URL url, List<Invoker<T>> invokers)
           
StaticDirectory(URL url, List<Invoker<T>> invokers, List<Router> routers)
           
 

Uses of URL in com.alibaba.dubbo.rpc.cluster.loadbalance
 

Methods in com.alibaba.dubbo.rpc.cluster.loadbalance with parameters of type URL
<T> Invoker<T>
AbstractLoadBalance.select(List<Invoker<T>> invokers, URL url, Invocation invocation)
           
 

Uses of URL in com.alibaba.dubbo.rpc.cluster.router
 

Methods in com.alibaba.dubbo.rpc.cluster.router that return URL
 URL MockInvokersSelector.getUrl()
           
 

Methods in com.alibaba.dubbo.rpc.cluster.router with parameters of type URL
<T> List<Invoker<T>>
MockInvokersSelector.route(List<Invoker<T>> invokers, URL url, Invocation invocation)
           
 

Uses of URL in com.alibaba.dubbo.rpc.cluster.router.condition
 

Methods in com.alibaba.dubbo.rpc.cluster.router.condition that return URL
 URL ConditionRouter.getUrl()
           
 

Methods in com.alibaba.dubbo.rpc.cluster.router.condition with parameters of type URL
 Router ConditionRouterFactory.getRouter(URL url)
           
<T> List<Invoker<T>>
ConditionRouter.route(List<Invoker<T>> invokers, URL url, Invocation invocation)
           
 

Constructors in com.alibaba.dubbo.rpc.cluster.router.condition with parameters of type URL
ConditionRouter(URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.cluster.router.file
 

Methods in com.alibaba.dubbo.rpc.cluster.router.file with parameters of type URL
 Router FileRouterFactory.getRouter(URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.cluster.router.script
 

Methods in com.alibaba.dubbo.rpc.cluster.router.script that return URL
 URL ScriptRouter.getUrl()
           
 

Methods in com.alibaba.dubbo.rpc.cluster.router.script with parameters of type URL
 Router ScriptRouterFactory.getRouter(URL url)
           
<T> List<Invoker<T>>
ScriptRouter.route(List<Invoker<T>> invokers, URL url, Invocation invocation)
           
 

Constructors in com.alibaba.dubbo.rpc.cluster.router.script with parameters of type URL
ScriptRouter(URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.cluster.support
 

Methods in com.alibaba.dubbo.rpc.cluster.support that return URL
 URL AbstractClusterInvoker.getUrl()
           
 URL MergeableClusterInvoker.getUrl()
           
static URL ClusterUtils.mergeUrl(URL remoteUrl, Map<String,String> localMap)
           
 

Methods in com.alibaba.dubbo.rpc.cluster.support with parameters of type URL
static URL ClusterUtils.mergeUrl(URL remoteUrl, Map<String,String> localMap)
           
 

Constructors in com.alibaba.dubbo.rpc.cluster.support with parameters of type URL
AbstractClusterInvoker(Directory<T> directory, URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.cluster.support.wrapper
 

Methods in com.alibaba.dubbo.rpc.cluster.support.wrapper that return URL
 URL MockClusterInvoker.getUrl()
           
 

Uses of URL in com.alibaba.dubbo.rpc.filter.tps
 

Methods in com.alibaba.dubbo.rpc.filter.tps with parameters of type URL
 boolean TPSLimiter.isAllowable(URL url, Invocation invocation)
          根据 tps 限流规则判断是否限制此次调用.
 boolean DefaultTPSLimiter.isAllowable(URL url, Invocation invocation)
           
 

Uses of URL in com.alibaba.dubbo.rpc.listener
 

Methods in com.alibaba.dubbo.rpc.listener that return URL
 URL ListenerInvokerWrapper.getUrl()
           
 

Uses of URL in com.alibaba.dubbo.rpc.protocol
 

Methods in com.alibaba.dubbo.rpc.protocol that return URL
 URL AbstractInvoker.getUrl()
           
 URL InvokerWrapper.getUrl()
           
 

Methods in com.alibaba.dubbo.rpc.protocol with parameters of type URL
<T> Invoker<T>
ProtocolListenerWrapper.refer(Class<T> type, URL url)
           
<T> Invoker<T>
AbstractProxyProtocol.refer(Class<T> type, URL url)
           
<T> Invoker<T>
ProtocolFilterWrapper.refer(Class<T> type, URL url)
           
 

Constructors in com.alibaba.dubbo.rpc.protocol with parameters of type URL
AbstractInvoker(Class<T> type, URL url)
           
AbstractInvoker(Class<T> type, URL url, Map<String,String> attachment)
           
AbstractInvoker(Class<T> type, URL url, String[] keys)
           
InvokerWrapper(Invoker<T> invoker, URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.protocol.dubbo
 

Methods in com.alibaba.dubbo.rpc.protocol.dubbo with parameters of type URL
<T> Invoker<T>
DubboProtocol.refer(Class<T> serviceType, URL url)
           
 

Constructors in com.alibaba.dubbo.rpc.protocol.dubbo with parameters of type URL
DubboInvoker(Class<T> serviceType, URL url, ExchangeClient[] clients)
           
DubboInvoker(Class<T> serviceType, URL url, ExchangeClient[] clients, Set<Invoker<?>> invokers)
           
 

Uses of URL in com.alibaba.dubbo.rpc.protocol.dubbo.page
 

Methods in com.alibaba.dubbo.rpc.protocol.dubbo.page with parameters of type URL
 Page ClientsPageHandler.handle(URL url)
           
 Page ServersPageHandler.handle(URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.protocol.injvm
 

Methods in com.alibaba.dubbo.rpc.protocol.injvm with parameters of type URL
 boolean InjvmProtocol.isInjvmRefer(URL url)
           
<T> Invoker<T>
InjvmProtocol.refer(Class<T> serviceType, URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.protocol.memcached
 

Methods in com.alibaba.dubbo.rpc.protocol.memcached with parameters of type URL
<T> Invoker<T>
MemcachedProtocol.refer(Class<T> type, URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.protocol.redis
 

Methods in com.alibaba.dubbo.rpc.protocol.redis with parameters of type URL
<T> Invoker<T>
RedisProtocol.refer(Class<T> type, URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.protocol.thrift
 

Methods in com.alibaba.dubbo.rpc.protocol.thrift with parameters of type URL
<T> Invoker<T>
ThriftProtocol.refer(Class<T> type, URL url)
           
 

Constructors in com.alibaba.dubbo.rpc.protocol.thrift with parameters of type URL
ThriftInvoker(Class<T> service, URL url, ExchangeClient[] clients)
           
ThriftInvoker(Class<T> type, URL url, ExchangeClient[] clients, Set<Invoker<?>> invokers)
           
 

Uses of URL in com.alibaba.dubbo.rpc.proxy
 

Methods in com.alibaba.dubbo.rpc.proxy that return URL
 URL AbstractProxyInvoker.getUrl()
           
 

Constructors in com.alibaba.dubbo.rpc.proxy with parameters of type URL
AbstractProxyInvoker(T proxy, Class<T> type, URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.proxy.javassist
 

Methods in com.alibaba.dubbo.rpc.proxy.javassist with parameters of type URL
<T> Invoker<T>
JavassistProxyFactory.getInvoker(T proxy, Class<T> type, URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.proxy.jdk
 

Methods in com.alibaba.dubbo.rpc.proxy.jdk with parameters of type URL
<T> Invoker<T>
JdkProxyFactory.getInvoker(T proxy, Class<T> type, URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.proxy.wrapper
 

Methods in com.alibaba.dubbo.rpc.proxy.wrapper with parameters of type URL
<T> Invoker<T>
StubProxyFactoryWrapper.getInvoker(T proxy, Class<T> type, URL url)
           
 

Uses of URL in com.alibaba.dubbo.rpc.support
 

Methods in com.alibaba.dubbo.rpc.support that return URL
 URL MockInvoker.getUrl()
           
 URL DelegateInvoker.getUrl()
           
 

Methods in com.alibaba.dubbo.rpc.support with parameters of type URL
static void RpcUtils.attachInvocationIdIfAsync(URL url, Invocation inv)
          幂等操作:异步操作默认添加invocation id
static boolean RpcUtils.isAsync(URL url, Invocation inv)
           
static boolean RpcUtils.isOneway(URL url, Invocation inv)
           
<T> Invoker<T>
MockProtocol.refer(Class<T> type, URL url)
           
static String ProtocolUtils.serviceKey(URL url)
           
 

Constructors in com.alibaba.dubbo.rpc.support with parameters of type URL
MockInvoker(URL url)
           
 

Uses of URL in com.alibaba.dubbo.validation
 

Methods in com.alibaba.dubbo.validation with parameters of type URL
 Validator Validation.getValidator(URL url)
           
 

Uses of URL in com.alibaba.dubbo.validation.support
 

Methods in com.alibaba.dubbo.validation.support with parameters of type URL
 Validator AbstractValidation.getValidator(URL url)
           
 

Uses of URL in com.alibaba.dubbo.validation.support.jvalidation
 

Constructors in com.alibaba.dubbo.validation.support.jvalidation with parameters of type URL
JValidator(URL url)
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.