类的使用
com.alibaba.dubbo.common.URL
-
-
com.alibaba.dubbo.cache中URL的使用
参数类型为URL的com.alibaba.dubbo.cache中的方法 修饰符和类型 方法 说明 Cache
CacheFactory. getCache(URL url, Invocation invocation)
-
com.alibaba.dubbo.cache.support中URL的使用
参数类型为URL的com.alibaba.dubbo.cache.support中的方法 修饰符和类型 方法 说明 Cache
AbstractCacheFactory. getCache(URL url, Invocation invocation)
-
com.alibaba.dubbo.cache.support.jcache中URL的使用
参数类型为URL的com.alibaba.dubbo.cache.support.jcache中的构造器 构造器 说明 JCache(URL url)
-
com.alibaba.dubbo.cache.support.lru中URL的使用
参数类型为URL的com.alibaba.dubbo.cache.support.lru中的构造器 构造器 说明 LruCache(URL url)
-
com.alibaba.dubbo.cache.support.threadlocal中URL的使用
参数类型为URL的com.alibaba.dubbo.cache.support.threadlocal中的构造器 构造器 说明 ThreadLocalCache(URL url)
-
com.alibaba.dubbo.common中URL的使用
返回变量类型为URL的类型的com.alibaba.dubbo.common中的方法 修饰符和类型 方法 说明 List<URL>
URL. getBackupUrls()
参数类型为URL的com.alibaba.dubbo.common中的方法 修饰符和类型 方法 说明 void
Resetable. reset(URL url)
reset. -
com.alibaba.dubbo.common.extension中URL的使用
参数类型为URL的com.alibaba.dubbo.common.extension中的方法 修饰符和类型 方法 说明 List<T>
ExtensionLoader. getActivateExtension(URL url, String key)
This is equivalent togetActivateExtension(url, key, null)
List<T>
ExtensionLoader. getActivateExtension(URL url, String[] values)
This is equivalent togetActivateExtension(url, values, null)
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 togetActivateExtension(url, url.getParameter(key).split(","), null)
-
com.alibaba.dubbo.common.serialize中URL的使用
参数类型为URL的com.alibaba.dubbo.common.serialize中的方法 修饰符和类型 方法 说明 ObjectInput
Serialization. deserialize(URL url, InputStream input)
create deserializerObjectOutput
Serialization. serialize(URL url, OutputStream output)
create serializer -
com.alibaba.dubbo.common.serialize.fastjson中URL的使用
参数类型为URL的com.alibaba.dubbo.common.serialize.fastjson中的方法 修饰符和类型 方法 说明 ObjectInput
FastJsonSerialization. deserialize(URL url, InputStream input)
ObjectOutput
FastJsonSerialization. serialize(URL url, OutputStream output)
-
com.alibaba.dubbo.common.serialize.fst中URL的使用
参数类型为URL的com.alibaba.dubbo.common.serialize.fst中的方法 修饰符和类型 方法 说明 ObjectInput
FstSerialization. deserialize(URL url, InputStream is)
ObjectOutput
FstSerialization. serialize(URL url, OutputStream out)
-
com.alibaba.dubbo.common.serialize.hessian2中URL的使用
参数类型为URL的com.alibaba.dubbo.common.serialize.hessian2中的方法 修饰符和类型 方法 说明 ObjectInput
Hessian2Serialization. deserialize(URL url, InputStream is)
ObjectOutput
Hessian2Serialization. serialize(URL url, OutputStream out)
-
com.alibaba.dubbo.common.serialize.java中URL的使用
参数类型为URL的com.alibaba.dubbo.common.serialize.java中的方法 修饰符和类型 方法 说明 ObjectInput
CompactedJavaSerialization. deserialize(URL url, InputStream is)
ObjectInput
JavaSerialization. deserialize(URL url, InputStream is)
ObjectOutput
CompactedJavaSerialization. serialize(URL url, OutputStream out)
ObjectOutput
JavaSerialization. serialize(URL url, OutputStream out)
-
com.alibaba.dubbo.common.serialize.kryo中URL的使用
参数类型为URL的com.alibaba.dubbo.common.serialize.kryo中的方法 修饰符和类型 方法 说明 ObjectInput
KryoSerialization. deserialize(URL url, InputStream is)
ObjectOutput
KryoSerialization. serialize(URL url, OutputStream out)
-
com.alibaba.dubbo.common.serialize.nativejava中URL的使用
参数类型为URL的com.alibaba.dubbo.common.serialize.nativejava中的方法 修饰符和类型 方法 说明 ObjectInput
NativeJavaSerialization. deserialize(URL url, InputStream input)
ObjectOutput
NativeJavaSerialization. serialize(URL url, OutputStream output)
-
com.alibaba.dubbo.common.threadpool中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool中的方法 修饰符和类型 方法 说明 Executor
ThreadPool. getExecutor(URL url)
Thread pool -
com.alibaba.dubbo.common.threadpool.support中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool.support中的构造器 构造器 说明 AbortPolicyWithReport(String threadName, URL url)
-
com.alibaba.dubbo.common.threadpool.support.cached中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool.support.cached中的方法 修饰符和类型 方法 说明 Executor
CachedThreadPool. getExecutor(URL url)
-
com.alibaba.dubbo.common.threadpool.support.eager中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool.support.eager中的方法 修饰符和类型 方法 说明 Executor
EagerThreadPool. getExecutor(URL url)
-
com.alibaba.dubbo.common.threadpool.support.fixed中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool.support.fixed中的方法 修饰符和类型 方法 说明 Executor
FixedThreadPool. getExecutor(URL url)
-
com.alibaba.dubbo.common.threadpool.support.limited中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool.support.limited中的方法 修饰符和类型 方法 说明 Executor
LimitedThreadPool. getExecutor(URL url)
-
com.alibaba.dubbo.common.utils中URL的使用
返回URL的com.alibaba.dubbo.common.utils中的方法 修饰符和类型 方法 说明 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返回变量类型为URL的类型的com.alibaba.dubbo.common.utils中的方法 修饰符和类型 方法 说明 static List<URL>
UrlUtils. parseURLs(String address, Map<String,String> defaults)
参数类型为URL的com.alibaba.dubbo.common.utils中的方法 修饰符和类型 方法 说明 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类型变量类型为URL的com.alibaba.dubbo.common.utils中的方法参数 修饰符和类型 方法 说明 static List<String>
UrlUtils. revertForbid(List<String> forbid, Set<URL> subscribed)
-
com.alibaba.dubbo.config中URL的使用
返回URL的com.alibaba.dubbo.config中的方法 修饰符和类型 方法 说明 URL
ReferenceConfig. toUrl()
URL
ServiceConfig. toUrl()
返回变量类型为URL的类型的com.alibaba.dubbo.config中的方法 修饰符和类型 方法 说明 List<URL>
ServiceConfig. getExportedUrls()
List<URL>
ReferenceConfig. toUrls()
List<URL>
ServiceConfig. toUrls()
-
com.alibaba.dubbo.config.invoker中URL的使用
返回URL的com.alibaba.dubbo.config.invoker中的方法 修饰符和类型 方法 说明 URL
DelegateProviderMetaDataInvoker. getUrl()
-
com.alibaba.dubbo.monitor中URL的使用
返回变量类型为URL的类型的com.alibaba.dubbo.monitor中的方法 修饰符和类型 方法 说明 List<URL>
MonitorService. lookup(URL query)
Lookup monitor data 1. support lookup by day: count://host/interface?参数类型为URL的com.alibaba.dubbo.monitor中的方法 修饰符和类型 方法 说明 void
MonitorService. collect(URL statistics)
Collect monitor data 1. support invocation count: count://host/interface?Monitor
MonitorFactory. getMonitor(URL url)
Create monitor.List<URL>
MonitorService. lookup(URL query)
Lookup monitor data 1. support lookup by day: count://host/interface? -
com.alibaba.dubbo.monitor.dubbo中URL的使用
返回URL的com.alibaba.dubbo.monitor.dubbo中的方法 修饰符和类型 方法 说明 URL
DubboMonitor. getUrl()
URL
Statistics. getUrl()
返回变量类型为URL的类型的com.alibaba.dubbo.monitor.dubbo中的方法 修饰符和类型 方法 说明 List<URL>
DubboMonitor. lookup(URL query)
参数类型为URL的com.alibaba.dubbo.monitor.dubbo中的方法 修饰符和类型 方法 说明 void
DubboMonitor. collect(URL url)
List<URL>
DubboMonitor. lookup(URL query)
void
Statistics. setUrl(URL url)
参数类型为URL的com.alibaba.dubbo.monitor.dubbo中的构造器 构造器 说明 Statistics(URL url)
-
com.alibaba.dubbo.monitor.support中URL的使用
参数类型为URL的com.alibaba.dubbo.monitor.support中的方法 修饰符和类型 方法 说明 Monitor
AbstractMonitorFactory. getMonitor(URL url)
-
com.alibaba.dubbo.qos.protocol中URL的使用
参数类型为URL的com.alibaba.dubbo.qos.protocol中的方法 修饰符和类型 方法 说明 <T> Invoker<T>
QosProtocolWrapper. refer(Class<T> type, URL url)
-
com.alibaba.dubbo.registry中URL的使用
返回变量类型为URL的类型的com.alibaba.dubbo.registry中的方法 修饰符和类型 方法 说明 List<URL>
RegistryService. lookup(URL url)
Query the registered data that matches the conditions.参数类型为URL的com.alibaba.dubbo.registry中的方法 修饰符和类型 方法 说明 Registry
RegistryFactory. getRegistry(URL url)
Connect to the registryList<URL>
RegistryService. lookup(URL url)
Query the registered data that matches the conditions.void
RegistryService. register(URL url)
Register data, such as : provider service, consumer address, route rule, override rule and other data.void
RegistryService. subscribe(URL url, NotifyListener listener)
Subscrib to eligible registered data and automatically push when the registered data is changed.void
RegistryService. unregister(URL url)
Unregistervoid
RegistryService. unsubscribe(URL url, NotifyListener listener)
Unsubscribe类型变量类型为URL的com.alibaba.dubbo.registry中的方法参数 修饰符和类型 方法 说明 void
NotifyListener. notify(List<URL> urls)
Triggered when a service change notification is received. -
com.alibaba.dubbo.registry.dubbo中URL的使用
返回变量类型为URL的类型的com.alibaba.dubbo.registry.dubbo中的方法 修饰符和类型 方法 说明 List<URL>
DubboRegistry. lookup(URL url)
参数类型为URL的com.alibaba.dubbo.registry.dubbo中的方法 修饰符和类型 方法 说明 Registry
DubboRegistryFactory. createRegistry(URL url)
List<URL>
DubboRegistry. lookup(URL url)
-
com.alibaba.dubbo.registry.integration中URL的使用
返回URL的com.alibaba.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 URL
RegistryDirectory. getRegisteredConsumerUrl()
URL
RegistryProtocol. getRegisteredConsumerUrl(URL consumerUrl, URL registryUrl)
URL
RegistryDirectory. getUrl()
返回变量类型为URL的类型的com.alibaba.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 Map<URL,NotifyListener>
RegistryProtocol. getOverrideListeners()
参数类型为URL的com.alibaba.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 URL
RegistryProtocol. getRegisteredConsumerUrl(URL consumerUrl, URL registryUrl)
<T> Invoker<T>
RegistryProtocol. refer(Class<T> type, URL url)
void
RegistryProtocol. register(URL registryUrl, URL registedProviderUrl)
void
RegistryDirectory. setRegisteredConsumerUrl(URL registeredConsumerUrl)
void
RegistryDirectory. subscribe(URL url)
类型变量类型为URL的com.alibaba.dubbo.registry.integration中的方法参数 修饰符和类型 方法 说明 void
RegistryDirectory. notify(List<URL> urls)
static List<Configurator>
RegistryDirectory. toConfigurators(List<URL> urls)
Convert override urls to map for use when re-refer.参数类型为URL的com.alibaba.dubbo.registry.integration中的构造器 构造器 说明 InvokerDelegete(Invoker<T> invoker, URL url)
RegistryDirectory(Class<T> serviceType, URL url)
-
com.alibaba.dubbo.registry.multicast中URL的使用
返回变量类型为URL的类型的com.alibaba.dubbo.registry.multicast中的方法 修饰符和类型 方法 说明 Map<URL,Set<URL>>
MulticastRegistry. getReceived()
Map<URL,Set<URL>>
MulticastRegistry. getReceived()
List<URL>
MulticastRegistry. lookup(URL url)
参数类型为URL的com.alibaba.dubbo.registry.multicast中的方法 修饰符和类型 方法 说明 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)
参数类型为URL的com.alibaba.dubbo.registry.multicast中的构造器 构造器 说明 MulticastRegistry(URL url)
-
com.alibaba.dubbo.registry.redis中URL的使用
参数类型为URL的com.alibaba.dubbo.registry.redis中的方法 修饰符和类型 方法 说明 void
RedisRegistry. doRegister(URL url)
void
RedisRegistry. doSubscribe(URL url, NotifyListener listener)
void
RedisRegistry. doUnregister(URL url)
void
RedisRegistry. doUnsubscribe(URL url, NotifyListener listener)
参数类型为URL的com.alibaba.dubbo.registry.redis中的构造器 构造器 说明 RedisRegistry(URL url)
-
com.alibaba.dubbo.registry.support中URL的使用
返回URL的com.alibaba.dubbo.registry.support中的方法 修饰符和类型 方法 说明 URL
ConsumerInvokerWrapper. getConsumerUrl()
URL
ConsumerInvokerWrapper. getOriginUrl()
URL
ProviderInvokerWrapper. getOriginUrl()
URL
ProviderInvokerWrapper. getProviderUrl()
URL
ConsumerInvokerWrapper. getRegistryUrl()
URL
ProviderInvokerWrapper. getRegistryUrl()
URL
AbstractRegistry. getUrl()
URL
ConsumerInvokerWrapper. getUrl()
URL
ProviderInvokerWrapper. getUrl()
返回变量类型为URL的类型的com.alibaba.dubbo.registry.support中的方法 修饰符和类型 方法 说明 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)
参数类型为URL的com.alibaba.dubbo.registry.support中的方法 修饰符和类型 方法 说明 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)
static void
ProviderConsumerRegTable. registerConsumer(Invoker invoker, URL registryUrl, URL consumerUrl, RegistryDirectory registryDirectory)
static void
ProviderConsumerRegTable. registerProvider(Invoker invoker, URL registryUrl, URL providerUrl)
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)
参数类型为URL的com.alibaba.dubbo.registry.support中的构造器 构造器 说明 AbstractRegistry(URL url)
ConsumerInvokerWrapper(Invoker<T> invoker, URL registryUrl, URL consumerUrl, RegistryDirectory registryDirectory)
FailbackRegistry(URL url)
ProviderInvokerWrapper(Invoker<T> invoker, URL registryUrl, URL providerUrl)
-
com.alibaba.dubbo.registry.zookeeper中URL的使用
返回变量类型为URL的类型的com.alibaba.dubbo.registry.zookeeper中的方法 修饰符和类型 方法 说明 List<URL>
ZookeeperRegistry. lookup(URL url)
参数类型为URL的com.alibaba.dubbo.registry.zookeeper中的方法 修饰符和类型 方法 说明 Registry
ZookeeperRegistryFactory. createRegistry(URL url)
List<URL>
ZookeeperRegistry. lookup(URL url)
参数类型为URL的com.alibaba.dubbo.registry.zookeeper中的构造器 构造器 说明 ZookeeperRegistry(URL url, com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter zookeeperTransporter)
-
com.alibaba.dubbo.remoting中URL的使用
返回URL的com.alibaba.dubbo.remoting中的方法 修饰符和类型 方法 说明 URL
Endpoint. getUrl()
get url.参数类型为URL的com.alibaba.dubbo.remoting中的方法 修饰符和类型 方法 说明 Server
Transporter. bind(URL url, ChannelHandler handler)
Bind a server.static Server
Transporters. bind(URL url, ChannelHandler... handlers)
Client
Transporter. connect(URL url, ChannelHandler handler)
Connect to a server.static Client
Transporters. connect(URL url, ChannelHandler... handlers)
ChannelHandler
Dispatcher. dispatch(ChannelHandler handler, URL url)
dispatch the message to threadpool. -
com.alibaba.dubbo.remoting.exchange中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.exchange中的方法 修饰符和类型 方法 说明 ExchangeServer
Exchanger. bind(URL url, ExchangeHandler handler)
bind.static ExchangeServer
Exchangers. bind(URL url, ChannelHandler handler, Replier<?> replier)
static ExchangeServer
Exchangers. bind(URL url, ExchangeHandler handler)
static ExchangeServer
Exchangers. bind(URL url, Replier<?> replier)
ExchangeClient
Exchanger. connect(URL url, ExchangeHandler handler)
connect.static ExchangeClient
Exchangers. connect(URL url)
static ExchangeClient
Exchangers. connect(URL url, ChannelHandler handler, Replier<?> replier)
static ExchangeClient
Exchangers. connect(URL url, ExchangeHandler handler)
static ExchangeClient
Exchangers. connect(URL url, Replier<?> replier)
static Exchanger
Exchangers. getExchanger(URL url)
-
com.alibaba.dubbo.remoting.exchange.support中URL的使用
返回URL的com.alibaba.dubbo.remoting.exchange.support中的方法 修饰符和类型 方法 说明 URL
ExchangeServerDelegate. getUrl()
参数类型为URL的com.alibaba.dubbo.remoting.exchange.support中的方法 修饰符和类型 方法 说明 void
ExchangeServerDelegate. reset(URL url)
-
com.alibaba.dubbo.remoting.exchange.support.header中URL的使用
返回URL的com.alibaba.dubbo.remoting.exchange.support.header中的方法 修饰符和类型 方法 说明 URL
HeaderExchangeClient. getUrl()
URL
HeaderExchangeServer. getUrl()
参数类型为URL的com.alibaba.dubbo.remoting.exchange.support.header中的方法 修饰符和类型 方法 说明 ExchangeServer
HeaderExchanger. bind(URL url, ExchangeHandler handler)
ExchangeClient
HeaderExchanger. connect(URL url, ExchangeHandler handler)
void
HeaderExchangeClient. reset(URL url)
void
HeaderExchangeServer. reset(URL url)
-
com.alibaba.dubbo.remoting.http中URL的使用
返回URL的com.alibaba.dubbo.remoting.http中的方法 修饰符和类型 方法 说明 URL
HttpServer. getUrl()
get url.参数类型为URL的com.alibaba.dubbo.remoting.http中的方法 修饰符和类型 方法 说明 HttpServer
HttpBinder. bind(URL url, HttpHandler handler)
bind the server. -
com.alibaba.dubbo.remoting.http.jetty中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.http.jetty中的方法 修饰符和类型 方法 说明 HttpServer
JettyHttpBinder. bind(URL url, HttpHandler handler)
参数类型为URL的com.alibaba.dubbo.remoting.http.jetty中的构造器 构造器 说明 JettyHttpServer(URL url, HttpHandler handler)
-
com.alibaba.dubbo.remoting.http.servlet中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.http.servlet中的方法 修饰符和类型 方法 说明 HttpServer
ServletHttpBinder. bind(URL url, HttpHandler handler)
参数类型为URL的com.alibaba.dubbo.remoting.http.servlet中的构造器 构造器 说明 ServletHttpServer(URL url, HttpHandler handler)
-
com.alibaba.dubbo.remoting.http.support中URL的使用
返回URL的com.alibaba.dubbo.remoting.http.support中的方法 修饰符和类型 方法 说明 URL
AbstractHttpServer. getUrl()
参数类型为URL的com.alibaba.dubbo.remoting.http.support中的方法 修饰符和类型 方法 说明 void
AbstractHttpServer. reset(URL url)
参数类型为URL的com.alibaba.dubbo.remoting.http.support中的构造器 构造器 说明 AbstractHttpServer(URL url, HttpHandler handler)
-
com.alibaba.dubbo.remoting.http.tomcat中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.http.tomcat中的方法 修饰符和类型 方法 说明 HttpServer
TomcatHttpBinder. bind(URL url, HttpHandler handler)
参数类型为URL的com.alibaba.dubbo.remoting.http.tomcat中的构造器 构造器 说明 TomcatHttpServer(URL url, HttpHandler handler)
-
com.alibaba.dubbo.remoting.p2p中URL的使用
返回URL的com.alibaba.dubbo.remoting.p2p中的方法 修饰符和类型 方法 说明 URL
Group. getUrl()
get group url.参数类型为URL的com.alibaba.dubbo.remoting.p2p中的方法 修饰符和类型 方法 说明 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)
-
com.alibaba.dubbo.remoting.p2p.exchange中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.p2p.exchange中的方法 修饰符和类型 方法 说明 ExchangePeer
ExchangeGroup. join(URL url, ExchangeHandler handler)
join.static ExchangePeer
ExchangeNetworkers. join(URL group, URL peer, ExchangeHandler handler)
ExchangeGroup
ExchangeNetworker. lookup(URL url)
lookup group.static ExchangeGroup
ExchangeNetworkers. lookup(URL group)
-
com.alibaba.dubbo.remoting.p2p.exchange.support中URL的使用
返回URL的com.alibaba.dubbo.remoting.p2p.exchange.support中的方法 修饰符和类型 方法 说明 URL
AbstractExchangeGroup. getUrl()
参数类型为URL的com.alibaba.dubbo.remoting.p2p.exchange.support中的方法 修饰符和类型 方法 说明 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
AbstractExchangeGroup. leave(URL url)
void
FileExchangeGroup. leave(URL url)
void
MulticastExchangeGroup. leave(URL url)
ExchangeGroup
FileExchangeNetworker. lookup(URL url)
ExchangeGroup
MulticastExchangeNetworker. lookup(URL url)
参数类型为URL的com.alibaba.dubbo.remoting.p2p.exchange.support中的构造器 构造器 说明 AbstractExchangeGroup(URL url)
FileExchangeGroup(URL url)
MulticastExchangeGroup(URL url)
类型变量类型为URL的com.alibaba.dubbo.remoting.p2p.exchange.support中的构造器参数 构造器 说明 ExchangeServerPeer(ExchangeServer server, Map<URL,ExchangeClient> clients, ExchangeGroup group)
-
com.alibaba.dubbo.remoting.p2p.support中URL的使用
返回URL的com.alibaba.dubbo.remoting.p2p.support中的方法 修饰符和类型 方法 说明 URL
AbstractGroup. getUrl()
参数类型为URL的com.alibaba.dubbo.remoting.p2p.support中的方法 修饰符和类型 方法 说明 Peer
AbstractGroup. join(URL url, ChannelHandler handler)
Peer
FileGroup. join(URL url, ChannelHandler handler)
Peer
MulticastGroup. join(URL url, ChannelHandler handler)
void
AbstractGroup. leave(URL url)
void
FileGroup. leave(URL url)
void
MulticastGroup. leave(URL url)
Group
FileNetworker. lookup(URL url)
Group
MulticastNetworker. lookup(URL url)
参数类型为URL的com.alibaba.dubbo.remoting.p2p.support中的构造器 构造器 说明 AbstractGroup(URL url)
FileGroup(URL url)
MulticastGroup(URL url)
类型变量类型为URL的com.alibaba.dubbo.remoting.p2p.support中的构造器参数 构造器 说明 ServerPeer(Server server, Map<URL,Client> clients, Group group)
-
com.alibaba.dubbo.remoting.transport中URL的使用
返回URL的com.alibaba.dubbo.remoting.transport中的方法 修饰符和类型 方法 说明 URL
AbstractPeer. getUrl()
URL
ChannelDelegate. getUrl()
URL
ClientDelegate. getUrl()
URL
ServerDelegate. getUrl()
参数类型为URL的com.alibaba.dubbo.remoting.transport中的方法 修饰符和类型 方法 说明 static ObjectInput
CodecSupport. deserialize(URL url, InputStream is, byte proto)
static Serialization
CodecSupport. getSerialization(URL url)
static Serialization
CodecSupport. getSerialization(URL url, Byte id)
void
AbstractEndpoint. reset(URL url)
void
AbstractServer. reset(URL url)
void
ClientDelegate. reset(URL url)
void
ServerDelegate. reset(URL url)
类型变量类型为URL的com.alibaba.dubbo.remoting.transport中的方法参数 修饰符和类型 方法 说明 static void
CodecSupport. addProviderSupportedSerialization(String serviceName, List<URL> exportedUrls)
参数类型为URL的com.alibaba.dubbo.remoting.transport中的构造器 构造器 说明 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)
-
com.alibaba.dubbo.remoting.transport.dispatcher中URL的使用
返回URL的com.alibaba.dubbo.remoting.transport.dispatcher中的方法 修饰符和类型 方法 说明 URL
WrappedChannelHandler. getUrl()
参数类型为URL的com.alibaba.dubbo.remoting.transport.dispatcher中的方法 修饰符和类型 方法 说明 static ChannelHandler
ChannelHandlers. wrap(ChannelHandler handler, URL url)
参数类型为URL的com.alibaba.dubbo.remoting.transport.dispatcher中的构造器 构造器 说明 WrappedChannelHandler(ChannelHandler handler, URL url)
-
com.alibaba.dubbo.remoting.transport.dispatcher.all中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.transport.dispatcher.all中的方法 修饰符和类型 方法 说明 ChannelHandler
AllDispatcher. dispatch(ChannelHandler handler, URL url)
参数类型为URL的com.alibaba.dubbo.remoting.transport.dispatcher.all中的构造器 构造器 说明 AllChannelHandler(ChannelHandler handler, URL url)
-
com.alibaba.dubbo.remoting.transport.dispatcher.connection中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.transport.dispatcher.connection中的方法 修饰符和类型 方法 说明 ChannelHandler
ConnectionOrderedDispatcher. dispatch(ChannelHandler handler, URL url)
参数类型为URL的com.alibaba.dubbo.remoting.transport.dispatcher.connection中的构造器 构造器 说明 ConnectionOrderedChannelHandler(ChannelHandler handler, URL url)
-
com.alibaba.dubbo.remoting.transport.dispatcher.direct中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.transport.dispatcher.direct中的方法 修饰符和类型 方法 说明 ChannelHandler
DirectDispatcher. dispatch(ChannelHandler handler, URL url)
-
com.alibaba.dubbo.remoting.transport.dispatcher.execution中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.transport.dispatcher.execution中的方法 修饰符和类型 方法 说明 ChannelHandler
ExecutionDispatcher. dispatch(ChannelHandler handler, URL url)
参数类型为URL的com.alibaba.dubbo.remoting.transport.dispatcher.execution中的构造器 构造器 说明 ExecutionChannelHandler(ChannelHandler handler, URL url)
-
com.alibaba.dubbo.remoting.transport.dispatcher.message中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.transport.dispatcher.message中的方法 修饰符和类型 方法 说明 ChannelHandler
MessageOnlyDispatcher. dispatch(ChannelHandler handler, URL url)
参数类型为URL的com.alibaba.dubbo.remoting.transport.dispatcher.message中的构造器 构造器 说明 MessageOnlyChannelHandler(ChannelHandler handler, URL url)
-
com.alibaba.dubbo.remoting.transport.grizzly中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.transport.grizzly中的方法 修饰符和类型 方法 说明 Server
GrizzlyTransporter. bind(URL url, ChannelHandler listener)
Client
GrizzlyTransporter. connect(URL url, ChannelHandler listener)
参数类型为URL的com.alibaba.dubbo.remoting.transport.grizzly中的构造器 构造器 说明 GrizzlyClient(URL url, ChannelHandler handler)
GrizzlyCodecAdapter(Codec2 codec, URL url, ChannelHandler handler)
GrizzlyHandler(URL url, ChannelHandler handler)
GrizzlyServer(URL url, ChannelHandler handler)
-
com.alibaba.dubbo.remoting.transport.mina中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.transport.mina中的方法 修饰符和类型 方法 说明 Server
MinaTransporter. bind(URL url, ChannelHandler handler)
Client
MinaTransporter. connect(URL url, ChannelHandler handler)
参数类型为URL的com.alibaba.dubbo.remoting.transport.mina中的构造器 构造器 说明 MinaClient(URL url, ChannelHandler handler)
MinaHandler(URL url, ChannelHandler handler)
MinaServer(URL url, ChannelHandler handler)
-
com.alibaba.dubbo.remoting.transport.netty中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.transport.netty中的方法 修饰符和类型 方法 说明 Server
NettyTransporter. bind(URL url, ChannelHandler listener)
Client
NettyTransporter. connect(URL url, ChannelHandler listener)
参数类型为URL的com.alibaba.dubbo.remoting.transport.netty中的构造器 构造器 说明 NettyClient(URL url, ChannelHandler handler)
NettyHandler(URL url, ChannelHandler handler)
NettyServer(URL url, ChannelHandler handler)
-
com.alibaba.dubbo.remoting.transport.netty4中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting.transport.netty4中的方法 修饰符和类型 方法 说明 Server
NettyTransporter. bind(URL url, ChannelHandler listener)
Client
NettyTransporter. connect(URL url, ChannelHandler listener)
参数类型为URL的com.alibaba.dubbo.remoting.transport.netty4中的构造器 构造器 说明 NettyClient(URL url, ChannelHandler handler)
NettyClientHandler(URL url, ChannelHandler handler)
NettyServer(URL url, ChannelHandler handler)
NettyServerHandler(URL url, ChannelHandler handler)
-
com.alibaba.dubbo.rpc中URL的使用
返回URL的com.alibaba.dubbo.rpc中的方法 修饰符和类型 方法 说明 URL
RpcContext. getUrl()
返回变量类型为URL的类型的com.alibaba.dubbo.rpc中的方法 修饰符和类型 方法 说明 List<URL>
RpcContext. getUrls()
参数类型为URL的com.alibaba.dubbo.rpc中的方法 修饰符和类型 方法 说明 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)
Refer a remote service:
1.static void
RpcStatus. removeStatus(URL url)
static void
RpcStatus. removeStatus(URL url, String methodName)
void
RpcContext. setUrl(URL url)
类型变量类型为URL的com.alibaba.dubbo.rpc中的方法参数 修饰符和类型 方法 说明 void
RpcContext. setUrls(List<URL> urls)
-
com.alibaba.dubbo.rpc.cluster中URL的使用
返回URL的com.alibaba.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 URL
Configurator. configure(URL url)
Configure the provider url.URL
Configurator. getUrl()
get the configurator url.URL
Router. getUrl()
get the router url.返回变量类型为URL的类型的com.alibaba.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 List<URL>
RuleConverter. convert(URL subscribeUrl, Object source)
参数类型为URL的com.alibaba.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 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. -
com.alibaba.dubbo.rpc.cluster.configurator中URL的使用
返回URL的com.alibaba.dubbo.rpc.cluster.configurator中的方法 修饰符和类型 方法 说明 URL
AbstractConfigurator. configure(URL url)
URL
AbstractConfigurator. getUrl()
参数类型为URL的com.alibaba.dubbo.rpc.cluster.configurator中的方法 修饰符和类型 方法 说明 URL
AbstractConfigurator. configure(URL url)
参数类型为URL的com.alibaba.dubbo.rpc.cluster.configurator中的构造器 构造器 说明 AbstractConfigurator(URL url)
-
com.alibaba.dubbo.rpc.cluster.configurator.absent中URL的使用
返回URL的com.alibaba.dubbo.rpc.cluster.configurator.absent中的方法 修饰符和类型 方法 说明 URL
AbsentConfigurator. doConfigure(URL currentUrl, URL configUrl)
参数类型为URL的com.alibaba.dubbo.rpc.cluster.configurator.absent中的方法 修饰符和类型 方法 说明 URL
AbsentConfigurator. doConfigure(URL currentUrl, URL configUrl)
Configurator
AbsentConfiguratorFactory. getConfigurator(URL url)
参数类型为URL的com.alibaba.dubbo.rpc.cluster.configurator.absent中的构造器 构造器 说明 AbsentConfigurator(URL url)
-
com.alibaba.dubbo.rpc.cluster.configurator.override中URL的使用
返回URL的com.alibaba.dubbo.rpc.cluster.configurator.override中的方法 修饰符和类型 方法 说明 URL
OverrideConfigurator. doConfigure(URL currentUrl, URL configUrl)
参数类型为URL的com.alibaba.dubbo.rpc.cluster.configurator.override中的方法 修饰符和类型 方法 说明 URL
OverrideConfigurator. doConfigure(URL currentUrl, URL configUrl)
Configurator
OverrideConfiguratorFactory. getConfigurator(URL url)
参数类型为URL的com.alibaba.dubbo.rpc.cluster.configurator.override中的构造器 构造器 说明 OverrideConfigurator(URL url)
-
com.alibaba.dubbo.rpc.cluster.directory中URL的使用
返回URL的com.alibaba.dubbo.rpc.cluster.directory中的方法 修饰符和类型 方法 说明 URL
AbstractDirectory. getConsumerUrl()
URL
AbstractDirectory. getUrl()
参数类型为URL的com.alibaba.dubbo.rpc.cluster.directory中的方法 修饰符和类型 方法 说明 void
AbstractDirectory. setConsumerUrl(URL consumerUrl)
参数类型为URL的com.alibaba.dubbo.rpc.cluster.directory中的构造器 构造器 说明 AbstractDirectory(URL url)
AbstractDirectory(URL url, URL consumerUrl, List<Router> routers)
AbstractDirectory(URL url, List<Router> routers)
StaticDirectory(URL url, List<Invoker<T>> invokers)
StaticDirectory(URL url, List<Invoker<T>> invokers, List<Router> routers)
-
com.alibaba.dubbo.rpc.cluster.loadbalance中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.cluster.loadbalance中的方法 修饰符和类型 方法 说明 <T> Invoker<T>
AbstractLoadBalance. select(List<Invoker<T>> invokers, URL url, Invocation invocation)
-
com.alibaba.dubbo.rpc.cluster.router中URL的使用
返回URL的com.alibaba.dubbo.rpc.cluster.router中的方法 修饰符和类型 方法 说明 URL
AbstractRouter. getUrl()
参数类型为URL的com.alibaba.dubbo.rpc.cluster.router中的方法 修饰符和类型 方法 说明 <T> List<Invoker<T>>
MockInvokersSelector. route(List<Invoker<T>> invokers, URL url, Invocation invocation)
-
com.alibaba.dubbo.rpc.cluster.router.condition中URL的使用
返回URL的com.alibaba.dubbo.rpc.cluster.router.condition中的方法 修饰符和类型 方法 说明 URL
ConditionRouter. getUrl()
参数类型为URL的com.alibaba.dubbo.rpc.cluster.router.condition中的方法 修饰符和类型 方法 说明 Router
ConditionRouterFactory. getRouter(URL url)
<T> List<Invoker<T>>
ConditionRouter. route(List<Invoker<T>> invokers, URL url, Invocation invocation)
参数类型为URL的com.alibaba.dubbo.rpc.cluster.router.condition中的构造器 构造器 说明 ConditionRouter(URL url)
-
com.alibaba.dubbo.rpc.cluster.router.file中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.cluster.router.file中的方法 修饰符和类型 方法 说明 Router
FileRouterFactory. getRouter(URL url)
-
com.alibaba.dubbo.rpc.cluster.router.script中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.cluster.router.script中的方法 修饰符和类型 方法 说明 Router
ScriptRouterFactory. getRouter(URL url)
<T> List<Invoker<T>>
ScriptRouter. route(List<Invoker<T>> invokers, URL url, Invocation invocation)
参数类型为URL的com.alibaba.dubbo.rpc.cluster.router.script中的构造器 构造器 说明 ScriptRouter(URL url)
-
com.alibaba.dubbo.rpc.cluster.router.tag中URL的使用
返回URL的com.alibaba.dubbo.rpc.cluster.router.tag中的方法 修饰符和类型 方法 说明 URL
TagRouter. getUrl()
参数类型为URL的com.alibaba.dubbo.rpc.cluster.router.tag中的方法 修饰符和类型 方法 说明 <T> List<Invoker<T>>
TagRouter. route(List<Invoker<T>> invokers, URL url, Invocation invocation)
-
com.alibaba.dubbo.rpc.cluster.support中URL的使用
返回URL的com.alibaba.dubbo.rpc.cluster.support中的方法 修饰符和类型 方法 说明 URL
AbstractClusterInvoker. getUrl()
URL
MergeableClusterInvoker. getUrl()
static URL
ClusterUtils. mergeUrl(URL remoteUrl, Map<String,String> localMap)
参数类型为URL的com.alibaba.dubbo.rpc.cluster.support中的方法 修饰符和类型 方法 说明 static URL
ClusterUtils. mergeUrl(URL remoteUrl, Map<String,String> localMap)
参数类型为URL的com.alibaba.dubbo.rpc.cluster.support中的构造器 构造器 说明 AbstractClusterInvoker(Directory<T> directory, URL url)
-
com.alibaba.dubbo.rpc.cluster.support.wrapper中URL的使用
返回URL的com.alibaba.dubbo.rpc.cluster.support.wrapper中的方法 修饰符和类型 方法 说明 URL
MockClusterInvoker. getUrl()
-
com.alibaba.dubbo.rpc.filter.tps中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.filter.tps中的方法 修饰符和类型 方法 说明 boolean
DefaultTPSLimiter. isAllowable(URL url, Invocation invocation)
boolean
TPSLimiter. isAllowable(URL url, Invocation invocation)
judge if the current invocation is allowed by TPS rule -
com.alibaba.dubbo.rpc.listener中URL的使用
返回URL的com.alibaba.dubbo.rpc.listener中的方法 修饰符和类型 方法 说明 URL
ListenerInvokerWrapper. getUrl()
-
com.alibaba.dubbo.rpc.protocol中URL的使用
返回URL的com.alibaba.dubbo.rpc.protocol中的方法 修饰符和类型 方法 说明 URL
AbstractInvoker. getUrl()
URL
InvokerWrapper. getUrl()
参数类型为URL的com.alibaba.dubbo.rpc.protocol中的方法 修饰符和类型 方法 说明 <T> Invoker<T>
AbstractProxyProtocol. refer(Class<T> type, URL url)
<T> Invoker<T>
ProtocolFilterWrapper. refer(Class<T> type, URL url)
<T> Invoker<T>
ProtocolListenerWrapper. refer(Class<T> type, URL url)
参数类型为URL的com.alibaba.dubbo.rpc.protocol中的构造器 构造器 说明 AbstractInvoker(Class<T> type, URL url)
AbstractInvoker(Class<T> type, URL url, String[] keys)
AbstractInvoker(Class<T> type, URL url, Map<String,String> attachment)
InvokerWrapper(Invoker<T> invoker, URL url)
-
com.alibaba.dubbo.rpc.protocol.dubbo中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.protocol.dubbo中的方法 修饰符和类型 方法 说明 static Serialization
DubboCodecSupport. getRequestSerialization(URL url, Invocation invocation)
static Serialization
DubboCodecSupport. getResponseSerialization(URL url, DecodeableRpcResult result)
<T> Invoker<T>
DubboProtocol. refer(Class<T> serviceType, URL url)
参数类型为URL的com.alibaba.dubbo.rpc.protocol.dubbo中的构造器 构造器 说明 DubboInvoker(Class<T> serviceType, URL url, ExchangeClient[] clients)
DubboInvoker(Class<T> serviceType, URL url, ExchangeClient[] clients, Set<Invoker<?>> invokers)
-
com.alibaba.dubbo.rpc.protocol.injvm中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.protocol.injvm中的方法 修饰符和类型 方法 说明 boolean
InjvmProtocol. isInjvmRefer(URL url)
<T> Invoker<T>
InjvmProtocol. refer(Class<T> serviceType, URL url)
-
com.alibaba.dubbo.rpc.protocol.memcached中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.protocol.memcached中的方法 修饰符和类型 方法 说明 <T> Invoker<T>
MemcachedProtocol. refer(Class<T> type, URL url)
-
com.alibaba.dubbo.rpc.protocol.redis中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.protocol.redis中的方法 修饰符和类型 方法 说明 <T> Invoker<T>
RedisProtocol. refer(Class<T> type, URL url)
-
com.alibaba.dubbo.rpc.protocol.rest中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.protocol.rest中的方法 修饰符和类型 方法 说明 void
BaseRestServer. start(URL url)
void
RestServer. start(URL url)
-
com.alibaba.dubbo.rpc.protocol.thrift中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.protocol.thrift中的方法 修饰符和类型 方法 说明 <T> Invoker<T>
ThriftProtocol. refer(Class<T> type, URL url)
参数类型为URL的com.alibaba.dubbo.rpc.protocol.thrift中的构造器 构造器 说明 ThriftInvoker(Class<T> service, URL url, ExchangeClient[] clients)
ThriftInvoker(Class<T> type, URL url, ExchangeClient[] clients, Set<Invoker<?>> invokers)
-
com.alibaba.dubbo.rpc.proxy中URL的使用
返回URL的com.alibaba.dubbo.rpc.proxy中的方法 修饰符和类型 方法 说明 URL
AbstractProxyInvoker. getUrl()
参数类型为URL的com.alibaba.dubbo.rpc.proxy中的构造器 构造器 说明 AbstractProxyInvoker(T proxy, Class<T> type, URL url)
-
com.alibaba.dubbo.rpc.proxy.javassist中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.proxy.javassist中的方法 修饰符和类型 方法 说明 <T> Invoker<T>
JavassistProxyFactory. getInvoker(T proxy, Class<T> type, URL url)
-
com.alibaba.dubbo.rpc.proxy.jdk中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.proxy.jdk中的方法 修饰符和类型 方法 说明 <T> Invoker<T>
JdkProxyFactory. getInvoker(T proxy, Class<T> type, URL url)
-
com.alibaba.dubbo.rpc.proxy.wrapper中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc.proxy.wrapper中的方法 修饰符和类型 方法 说明 <T> Invoker<T>
StubProxyFactoryWrapper. getInvoker(T proxy, Class<T> type, URL url)
-
com.alibaba.dubbo.rpc.support中URL的使用
返回URL的com.alibaba.dubbo.rpc.support中的方法 修饰符和类型 方法 说明 URL
DelegateInvoker. getUrl()
URL
MockInvoker. getUrl()
参数类型为URL的com.alibaba.dubbo.rpc.support中的方法 修饰符和类型 方法 说明 static void
RpcUtils. attachInvocationIdIfAsync(URL url, Invocation inv)
Idempotent operation: invocation id will be added in async operation by defaultstatic 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)
参数类型为URL的com.alibaba.dubbo.rpc.support中的构造器 构造器 说明 MockInvoker(URL url)
-
com.alibaba.dubbo.validation中URL的使用
参数类型为URL的com.alibaba.dubbo.validation中的方法 修饰符和类型 方法 说明 Validator
Validation. getValidator(URL url)
-
com.alibaba.dubbo.validation.support中URL的使用
参数类型为URL的com.alibaba.dubbo.validation.support中的方法 修饰符和类型 方法 说明 Validator
AbstractValidation. getValidator(URL url)
-
com.alibaba.dubbo.validation.support.jvalidation中URL的使用
参数类型为URL的com.alibaba.dubbo.validation.support.jvalidation中的构造器 构造器 说明 JValidator(URL url)
-