Uses of Interface
com.alibaba.dubbo.rpc.Exporter

Packages that use Exporter
com.alibaba.dubbo.registry.integration   
com.alibaba.dubbo.rpc   
com.alibaba.dubbo.rpc.listener   
com.alibaba.dubbo.rpc.protocol   
com.alibaba.dubbo.rpc.protocol.dubbo   
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.support   
 

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

Methods in com.alibaba.dubbo.registry.integration that return Exporter
<T> Exporter<T>
RegistryProtocol.export(Invoker<T> originInvoker)
           
 

Uses of Exporter in com.alibaba.dubbo.rpc
 

Methods in com.alibaba.dubbo.rpc that return Exporter
<T> Exporter<T>
Protocol.export(Invoker<T> invoker)
          暴露远程服务:
1.
 

Methods in com.alibaba.dubbo.rpc with parameters of type Exporter
 void ExporterListener.exported(Exporter<?> exporter)
          The exporter exported.
 void ExporterListener.unexported(Exporter<?> exporter)
          The exporter unexported.
 

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

Classes in com.alibaba.dubbo.rpc.listener that implement Exporter
 class ListenerExporterWrapper<T>
          ListenerExporter
 

Methods in com.alibaba.dubbo.rpc.listener with parameters of type Exporter
 void ExporterListenerAdapter.exported(Exporter<?> exporter)
           
 void ExporterListenerAdapter.unexported(Exporter<?> exporter)
           
 

Constructors in com.alibaba.dubbo.rpc.listener with parameters of type Exporter
ListenerExporterWrapper(Exporter<T> exporter, List<ExporterListener> listeners)
           
 

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

Classes in com.alibaba.dubbo.rpc.protocol that implement Exporter
 class AbstractExporter<T>
          AbstractExporter.
 

Methods in com.alibaba.dubbo.rpc.protocol that return Exporter
<T> Exporter<T>
ProtocolListenerWrapper.export(Invoker<T> invoker)
           
<T> Exporter<T>
AbstractProxyProtocol.export(Invoker<T> invoker)
           
<T> Exporter<T>
ProtocolFilterWrapper.export(Invoker<T> invoker)
           
 

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

Classes in com.alibaba.dubbo.rpc.protocol.dubbo that implement Exporter
 class DubboExporter<T>
          DubboExporter
 

Methods in com.alibaba.dubbo.rpc.protocol.dubbo that return Exporter
<T> Exporter<T>
DubboProtocol.export(Invoker<T> invoker)
           
 

Methods in com.alibaba.dubbo.rpc.protocol.dubbo that return types with arguments of type Exporter
 Collection<Exporter<?>> DubboProtocol.getExporters()
           
 

Constructor parameters in com.alibaba.dubbo.rpc.protocol.dubbo with type arguments of type Exporter
DubboExporter(Invoker<T> invoker, String key, Map<String,Exporter<?>> exporterMap)
           
 

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

Methods in com.alibaba.dubbo.rpc.protocol.injvm that return Exporter
<T> Exporter<T>
InjvmProtocol.export(Invoker<T> invoker)
           
 

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

Methods in com.alibaba.dubbo.rpc.protocol.memcached that return Exporter
<T> Exporter<T>
MemcachedProtocol.export(Invoker<T> invoker)
           
 

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

Methods in com.alibaba.dubbo.rpc.protocol.redis that return Exporter
<T> Exporter<T>
RedisProtocol.export(Invoker<T> invoker)
           
 

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

Methods in com.alibaba.dubbo.rpc.protocol.thrift that return Exporter
<T> Exporter<T>
ThriftProtocol.export(Invoker<T> invoker)
           
 

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

Classes in com.alibaba.dubbo.rpc.support that implement Exporter
 class DelegateExporter<T>
          DelegateExporter
 

Methods in com.alibaba.dubbo.rpc.support that return Exporter
<T> Exporter<T>
MockProtocol.export(Invoker<T> invoker)
           
 

Constructors in com.alibaba.dubbo.rpc.support with parameters of type Exporter
DelegateExporter(Exporter<T> exporter)
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.