Uses of Interface
org.apache.dubbo.rpc.Exporter
Packages that use Exporter
Package
Description
-
Uses of Exporter in org.apache.dubbo.rpc
Methods in org.apache.dubbo.rpc that return ExporterMethods in org.apache.dubbo.rpc with parameters of type ExporterModifier and TypeMethodDescriptionvoidThe exporter exported.voidExporterListener.unexported(Exporter<?> exporter) The exporter unexported. -
Uses of Exporter in org.apache.dubbo.rpc.listener
Classes in org.apache.dubbo.rpc.listener that implement ExporterMethods in org.apache.dubbo.rpc.listener with parameters of type ExporterModifier and TypeMethodDescriptionvoidvoidOverrides the exported method to add the given exporter to the exporters ConcurrentHashMap,voidExporterChangeListener.onExporterChangeExport(Exporter<?> exporter) This method is called when an Exporter object is exported.voidExporterChangeListener.onExporterChangeUnExport(Exporter<?> exporter) This method is called when an Exporter object is unexported.voidExporterListenerAdapter.unexported(Exporter<?> exporter) voidInjvmExporterListener.unexported(Exporter<?> exporter) Overrides the unexported method to remove the given exporter from the exporters ConcurrentHashMap,Constructors in org.apache.dubbo.rpc.listener with parameters of type ExporterModifierConstructorDescriptionListenerExporterWrapper(Exporter<T> exporter, List<ExporterListener> listeners) -
Uses of Exporter in org.apache.dubbo.rpc.protocol
Classes in org.apache.dubbo.rpc.protocol that implement ExporterMethods in org.apache.dubbo.rpc.protocol that return ExporterModifier and TypeMethodDescription<T> Exporter<T> <T> Exporter<T> <T> Exporter<T> <T> Exporter<T> <T> Exporter<T> Methods in org.apache.dubbo.rpc.protocol that return types with arguments of type ExporterModifier and TypeMethodDescriptionAbstractProtocol.getExporterMap()Collection<Exporter<?>> AbstractProtocol.getExporters() -
Uses of Exporter in org.apache.dubbo.rpc.support
Methods in org.apache.dubbo.rpc.support that return Exporter