|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Exporter in com.alibaba.dubbo.registry.integration |
---|
Methods in com.alibaba.dubbo.registry.integration that return Exporter | ||
---|---|---|
|
RegistryProtocol.export(Invoker<T> originInvoker)
|
Uses of Exporter in com.alibaba.dubbo.rpc |
---|
Methods in com.alibaba.dubbo.rpc that return Exporter | ||
---|---|---|
|
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 | ||
---|---|---|
|
ProtocolListenerWrapper.export(Invoker<T> invoker)
|
|
|
AbstractProxyProtocol.export(Invoker<T> invoker)
|
|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
MockProtocol.export(Invoker<T> invoker)
|
Constructors in com.alibaba.dubbo.rpc.support with parameters of type Exporter | |
---|---|
DelegateExporter(Exporter<T> exporter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |