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

Packages that use SPI
com.alibaba.dubbo.cache   
com.alibaba.dubbo.common.compiler   
com.alibaba.dubbo.common.extension   
com.alibaba.dubbo.common.logger   
com.alibaba.dubbo.common.serialize   
com.alibaba.dubbo.common.status   
com.alibaba.dubbo.common.store   
com.alibaba.dubbo.common.threadpool   
com.alibaba.dubbo.container   
com.alibaba.dubbo.container.page   
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.p2p   
com.alibaba.dubbo.remoting.telnet   
com.alibaba.dubbo.remoting.zookeeper   
com.alibaba.dubbo.rpc   
com.alibaba.dubbo.rpc.cluster   
com.alibaba.dubbo.rpc.protocol.thrift   
com.alibaba.dubbo.validation   
 

Uses of SPI in com.alibaba.dubbo.cache
 

Classes in com.alibaba.dubbo.cache with annotations of type SPI
 interface CacheFactory
          CacheFactory
 

Uses of SPI in com.alibaba.dubbo.common.compiler
 

Classes in com.alibaba.dubbo.common.compiler with annotations of type SPI
 interface Compiler
          Compiler.
 

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

Classes in com.alibaba.dubbo.common.extension with annotations of type SPI
 interface ExtensionFactory
          ExtensionFactory
 

Uses of SPI in com.alibaba.dubbo.common.logger
 

Classes in com.alibaba.dubbo.common.logger with annotations of type SPI
 interface LoggerAdapter
          日志输出器供给器
 

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

Classes in com.alibaba.dubbo.common.serialize with annotations of type SPI
 interface Serialization
          Serialization.
 

Uses of SPI in com.alibaba.dubbo.common.status
 

Classes in com.alibaba.dubbo.common.status with annotations of type SPI
 interface StatusChecker
          StatusChecker
 

Uses of SPI in com.alibaba.dubbo.common.store
 

Classes in com.alibaba.dubbo.common.store with annotations of type SPI
 interface DataStore
           
 

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

Classes in com.alibaba.dubbo.common.threadpool with annotations of type SPI
 interface ThreadPool
          ThreadPool
 

Uses of SPI in com.alibaba.dubbo.container
 

Classes in com.alibaba.dubbo.container with annotations of type SPI
 interface Container
          Container.
 

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

Classes in com.alibaba.dubbo.container.page with annotations of type SPI
 interface PageHandler
          PageHandler
 

Uses of SPI in com.alibaba.dubbo.monitor
 

Classes in com.alibaba.dubbo.monitor with annotations of type SPI
 interface MonitorFactory
          MonitorFactory.
 

Uses of SPI in com.alibaba.dubbo.registry
 

Classes in com.alibaba.dubbo.registry with annotations of type SPI
 interface RegistryFactory
          RegistryFactory.
 

Uses of SPI in com.alibaba.dubbo.remoting
 

Classes in com.alibaba.dubbo.remoting with annotations of type SPI
 interface ChannelHandler
          ChannelHandler.
 interface Codec
          Deprecated. 
 interface Codec2
           
 interface Dispatcher
          ChannelHandlerWrapper (SPI, Singleton, ThreadSafe)
 interface Transporter
          Transporter.
 

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

Classes in com.alibaba.dubbo.remoting.exchange with annotations of type SPI
 interface Exchanger
          Exchanger.
 

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

Classes in com.alibaba.dubbo.remoting.http with annotations of type SPI
 interface HttpBinder
          HttpBinder
 

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

Classes in com.alibaba.dubbo.remoting.p2p with annotations of type SPI
 interface Networker
          Networker.
 

Uses of SPI in com.alibaba.dubbo.remoting.telnet
 

Classes in com.alibaba.dubbo.remoting.telnet with annotations of type SPI
 interface TelnetHandler
          TelnetHandler
 

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

Classes in com.alibaba.dubbo.remoting.zookeeper with annotations of type SPI
 interface ZookeeperTransporter
           
 

Uses of SPI in com.alibaba.dubbo.rpc
 

Classes in com.alibaba.dubbo.rpc with annotations of type SPI
 interface ExporterListener
          ExporterListener.
 interface Filter
          Filter.
 interface InvokerListener
          InvokerListener.
 interface Protocol
          Protocol.
 interface ProxyFactory
          ProxyFactory.
 

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

Classes in com.alibaba.dubbo.rpc.cluster with annotations of type SPI
 interface Cluster
          Cluster.
 interface ConfiguratorFactory
          ConfiguratorFactory.
 interface LoadBalance
          LoadBalance.
 interface Merger<T>
           
 interface RouterFactory
          RouterFactory.
 interface RuleConverter
           
 

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

Classes in com.alibaba.dubbo.rpc.protocol.thrift with annotations of type SPI
 interface ClassNameGenerator
           
 

Uses of SPI in com.alibaba.dubbo.validation
 

Classes in com.alibaba.dubbo.validation with annotations of type SPI
 interface Validation
          Validation
 



Copyright © 2012–2017 Alibaba. All rights reserved.