类的使用
com.alibaba.dubbo.common.extension.Adaptive
-
-
com.alibaba.dubbo.cache中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.cache中的方法 修饰符和类型 方法 说明 Cache
CacheFactory. getCache(URL url, Invocation invocation)
-
com.alibaba.dubbo.common.compiler.support中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.common.compiler.support中的类 修饰符和类型 类 说明 class
AdaptiveCompiler
AdaptiveCompiler. -
com.alibaba.dubbo.common.extension.factory中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.common.extension.factory中的类 修饰符和类型 类 说明 class
AdaptiveExtensionFactory
AdaptiveExtensionFactory -
com.alibaba.dubbo.common.serialize中Adaptive的使用
注释类型为Adaptive的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.threadpool中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.common.threadpool中的方法 修饰符和类型 方法 说明 Executor
ThreadPool. getExecutor(URL url)
Thread pool -
com.alibaba.dubbo.monitor中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.monitor中的方法 修饰符和类型 方法 说明 Monitor
MonitorFactory. getMonitor(URL url)
Create monitor. -
com.alibaba.dubbo.registry中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.registry中的方法 修饰符和类型 方法 说明 Registry
RegistryFactory. getRegistry(URL url)
Connect to the registry -
com.alibaba.dubbo.remoting中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.remoting中的方法 修饰符和类型 方法 说明 Server
Transporter. bind(URL url, ChannelHandler handler)
Bind a server.Client
Transporter. connect(URL url, ChannelHandler handler)
Connect to a server.Object
Codec. decode(Channel channel, InputStream input)
已过时。Decode message.Object
Codec2. decode(Channel channel, ChannelBuffer buffer)
ChannelHandler
Dispatcher. dispatch(ChannelHandler handler, URL url)
dispatch the message to threadpool.void
Codec. encode(Channel channel, OutputStream output, Object message)
已过时。Encode message.void
Codec2. encode(Channel channel, ChannelBuffer buffer, Object message)
-
com.alibaba.dubbo.remoting.exchange中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.remoting.exchange中的方法 修饰符和类型 方法 说明 ExchangeServer
Exchanger. bind(URL url, ExchangeHandler handler)
bind.ExchangeClient
Exchanger. connect(URL url, ExchangeHandler handler)
connect. -
com.alibaba.dubbo.remoting.http中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.remoting.http中的方法 修饰符和类型 方法 说明 HttpServer
HttpBinder. bind(URL url, HttpHandler handler)
bind the server. -
com.alibaba.dubbo.remoting.http.servlet中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.remoting.http.servlet中的方法 修饰符和类型 方法 说明 HttpServer
ServletHttpBinder. bind(URL url, HttpHandler handler)
-
com.alibaba.dubbo.rpc中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.rpc中的方法 修饰符和类型 方法 说明 <T> Exporter<T>
Protocol. export(Invoker<T> invoker)
Export service for remote invocation:
1.<T> Invoker<T>
ProxyFactory. getInvoker(T proxy, Class<T> type, URL url)
create invoker.<T> T
ProxyFactory. getProxy(Invoker<T> invoker)
create proxy.<T> T
ProxyFactory. getProxy(Invoker<T> invoker, boolean generic)
create proxy.<T> Invoker<T>
Protocol. refer(Class<T> type, URL url)
Refer a remote service:
1. -
com.alibaba.dubbo.rpc.cluster中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 Configurator
ConfiguratorFactory. getConfigurator(URL url)
get the configurator instance.Router
RouterFactory. getRouter(URL url)
Create router.<T> Invoker<T>
Cluster. join(Directory<T> directory)
Merge the directory invokers to a virtual invoker.<T> Invoker<T>
LoadBalance. select(List<Invoker<T>> invokers, URL url, Invocation invocation)
select one invoker in list. -
com.alibaba.dubbo.validation中Adaptive的使用
注释类型为Adaptive的com.alibaba.dubbo.validation中的方法 修饰符和类型 方法 说明 Validator
Validation. getValidator(URL url)
-