Uses of Class
com.alibaba.dubbo.common.extension.Adaptive

Packages that use Adaptive
com.alibaba.dubbo.cache   
com.alibaba.dubbo.common.compiler.support   
com.alibaba.dubbo.common.extension.factory   
com.alibaba.dubbo.common.serialize   
com.alibaba.dubbo.common.threadpool   
com.alibaba.dubbo.monitor   
com.alibaba.dubbo.registry   
com.alibaba.dubbo.remoting   
com.alibaba.dubbo.remoting.exchange   
com.alibaba.dubbo.remoting.http   
com.alibaba.dubbo.remoting.http.servlet   
com.alibaba.dubbo.remoting.zookeeper   
com.alibaba.dubbo.rpc   
com.alibaba.dubbo.rpc.cluster   
com.alibaba.dubbo.validation   
 

Uses of Adaptive in com.alibaba.dubbo.cache
 

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

Uses of Adaptive in com.alibaba.dubbo.common.compiler.support
 

Classes in com.alibaba.dubbo.common.compiler.support with annotations of type Adaptive
 class AdaptiveCompiler
          AdaptiveCompiler.
 

Uses of Adaptive in com.alibaba.dubbo.common.extension.factory
 

Classes in com.alibaba.dubbo.common.extension.factory with annotations of type Adaptive
 class AdaptiveExtensionFactory
          AdaptiveExtensionFactory
 

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

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

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

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

Uses of Adaptive in com.alibaba.dubbo.monitor
 

Methods in com.alibaba.dubbo.monitor with annotations of type Adaptive
 Monitor MonitorFactory.getMonitor(URL url)
          Create monitor.
 

Uses of Adaptive in com.alibaba.dubbo.registry
 

Methods in com.alibaba.dubbo.registry with annotations of type Adaptive
 Registry RegistryFactory.getRegistry(URL url)
          连接注册中心.
 

Uses of Adaptive in com.alibaba.dubbo.remoting
 

Methods in com.alibaba.dubbo.remoting with annotations of type Adaptive
 Server Transporter.bind(URL url, ChannelHandler handler)
          Bind a server.
 Client Transporter.connect(URL url, ChannelHandler handler)
          Connect to a server.
 Object Codec2.decode(Channel channel, ChannelBuffer buffer)
           
 Object Codec.decode(Channel channel, InputStream input)
          Deprecated. Decode message.
 ChannelHandler Dispatcher.dispatch(ChannelHandler handler, URL url)
          dispatch the message to threadpool.
 void Codec2.encode(Channel channel, ChannelBuffer buffer, Object message)
           
 void Codec.encode(Channel channel, OutputStream output, Object message)
          Deprecated. Encode message.
 

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

Methods in com.alibaba.dubbo.remoting.exchange with annotations of type Adaptive
 ExchangeServer Exchanger.bind(URL url, ExchangeHandler handler)
          bind.
 ExchangeClient Exchanger.connect(URL url, ExchangeHandler handler)
          connect.
 

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

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

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

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

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

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

Uses of Adaptive in com.alibaba.dubbo.rpc
 

Methods in com.alibaba.dubbo.rpc with annotations of type Adaptive
<T> Exporter<T>
Protocol.export(Invoker<T> invoker)
          暴露远程服务:
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> Invoker<T>
Protocol.refer(Class<T> type, URL url)
          引用远程服务:
1.
 

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

Methods in com.alibaba.dubbo.rpc.cluster with annotations of type Adaptive
 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.
 

Uses of Adaptive in com.alibaba.dubbo.validation
 

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



Copyright © 2012–2017 Alibaba. All rights reserved.