| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
QosProtocolWrapper.export(Invoker<T> invoker) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
RegistryProtocol.export(Invoker<T> originInvoker) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
Protocol.export(Invoker<T> invoker)
Export service for remote invocation:
1. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExporterListener.exported(Exporter<?> exporter)
The exporter exported.
|
void |
ExporterListener.unexported(Exporter<?> exporter)
The exporter unexported.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListenerExporterWrapper<T>
ListenerExporter
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExporterListenerAdapter.exported(Exporter<?> exporter) |
void |
ExporterListenerAdapter.unexported(Exporter<?> exporter) |
| Constructor and Description |
|---|
ListenerExporterWrapper(Exporter<T> exporter,
List<ExporterListener> listeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExporter<T>
AbstractExporter.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
ProtocolListenerWrapper.export(Invoker<T> invoker) |
<T> Exporter<T> |
ProtocolFilterWrapper.export(Invoker<T> invoker) |
<T> Exporter<T> |
AbstractProxyProtocol.export(Invoker<T> invoker) |
| Modifier and Type | Class and Description |
|---|---|
class |
DubboExporter<T>
DubboExporter
|
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
DubboProtocol.export(Invoker<T> invoker) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Exporter<?>> |
DubboProtocol.getExporters() |
| Constructor and Description |
|---|
DubboExporter(Invoker<T> invoker,
String key,
Map<String,Exporter<?>> exporterMap) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
InjvmProtocol.export(Invoker<T> invoker) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
MemcachedProtocol.export(Invoker<T> invoker) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
RedisProtocol.export(Invoker<T> invoker) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
ThriftProtocol.export(Invoker<T> invoker) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateExporter<T>
DelegateExporter
|
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
MockProtocol.export(Invoker<T> invoker) |
| Constructor and Description |
|---|
DelegateExporter(Exporter<T> exporter) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.