接口的使用
com.alibaba.dubbo.rpc.Exporter
-
-
com.alibaba.dubbo.qos.protocol中Exporter的使用
返回Exporter的com.alibaba.dubbo.qos.protocol中的方法 修饰符和类型 方法 说明 <T> Exporter<T>QosProtocolWrapper. export(Invoker<T> invoker) -
com.alibaba.dubbo.registry.integration中Exporter的使用
返回Exporter的com.alibaba.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 <T> Exporter<T>RegistryProtocol. export(Invoker<T> originInvoker) -
com.alibaba.dubbo.rpc中Exporter的使用
返回Exporter的com.alibaba.dubbo.rpc中的方法 修饰符和类型 方法 说明 <T> Exporter<T>Protocol. export(Invoker<T> invoker)Export service for remote invocation:
1.参数类型为Exporter的com.alibaba.dubbo.rpc中的方法 修饰符和类型 方法 说明 voidExporterListener. exported(Exporter<?> exporter)The exporter exported.voidExporterListener. unexported(Exporter<?> exporter)The exporter unexported. -
com.alibaba.dubbo.rpc.listener中Exporter的使用
实现Exporter的com.alibaba.dubbo.rpc.listener中的类 修饰符和类型 类 说明 classListenerExporterWrapper<T>ListenerExporter参数类型为Exporter的com.alibaba.dubbo.rpc.listener中的方法 修饰符和类型 方法 说明 voidExporterListenerAdapter. exported(Exporter<?> exporter)voidExporterListenerAdapter. unexported(Exporter<?> exporter)参数类型为Exporter的com.alibaba.dubbo.rpc.listener中的构造器 构造器 说明 ListenerExporterWrapper(Exporter<T> exporter, List<ExporterListener> listeners) -
com.alibaba.dubbo.rpc.protocol中Exporter的使用
实现Exporter的com.alibaba.dubbo.rpc.protocol中的类 修饰符和类型 类 说明 classAbstractExporter<T>AbstractExporter.返回Exporter的com.alibaba.dubbo.rpc.protocol中的方法 修饰符和类型 方法 说明 <T> Exporter<T>AbstractProxyProtocol. export(Invoker<T> invoker)<T> Exporter<T>ProtocolFilterWrapper. export(Invoker<T> invoker)<T> Exporter<T>ProtocolListenerWrapper. export(Invoker<T> invoker) -
com.alibaba.dubbo.rpc.protocol.dubbo中Exporter的使用
实现Exporter的com.alibaba.dubbo.rpc.protocol.dubbo中的类 修饰符和类型 类 说明 classDubboExporter<T>DubboExporter返回Exporter的com.alibaba.dubbo.rpc.protocol.dubbo中的方法 修饰符和类型 方法 说明 <T> Exporter<T>DubboProtocol. export(Invoker<T> invoker)返回变量类型为Exporter的类型的com.alibaba.dubbo.rpc.protocol.dubbo中的方法 修饰符和类型 方法 说明 Collection<Exporter<?>>DubboProtocol. getExporters()类型变量类型为Exporter的com.alibaba.dubbo.rpc.protocol.dubbo中的构造器参数 构造器 说明 DubboExporter(Invoker<T> invoker, String key, Map<String,Exporter<?>> exporterMap) -
com.alibaba.dubbo.rpc.protocol.injvm中Exporter的使用
返回Exporter的com.alibaba.dubbo.rpc.protocol.injvm中的方法 修饰符和类型 方法 说明 <T> Exporter<T>InjvmProtocol. export(Invoker<T> invoker) -
com.alibaba.dubbo.rpc.protocol.memcached中Exporter的使用
返回Exporter的com.alibaba.dubbo.rpc.protocol.memcached中的方法 修饰符和类型 方法 说明 <T> Exporter<T>MemcachedProtocol. export(Invoker<T> invoker) -
com.alibaba.dubbo.rpc.protocol.redis中Exporter的使用
返回Exporter的com.alibaba.dubbo.rpc.protocol.redis中的方法 修饰符和类型 方法 说明 <T> Exporter<T>RedisProtocol. export(Invoker<T> invoker) -
com.alibaba.dubbo.rpc.protocol.thrift中Exporter的使用
返回Exporter的com.alibaba.dubbo.rpc.protocol.thrift中的方法 修饰符和类型 方法 说明 <T> Exporter<T>ThriftProtocol. export(Invoker<T> invoker) -
com.alibaba.dubbo.rpc.support中Exporter的使用
实现Exporter的com.alibaba.dubbo.rpc.support中的类 修饰符和类型 类 说明 classDelegateExporter<T>DelegateExporter返回Exporter的com.alibaba.dubbo.rpc.support中的方法 修饰符和类型 方法 说明 <T> Exporter<T>MockProtocol. export(Invoker<T> invoker)参数类型为Exporter的com.alibaba.dubbo.rpc.support中的构造器 构造器 说明 DelegateExporter(Exporter<T> exporter)
-