@Activate(order=200) public class QosProtocolWrapper extends Object implements org.apache.dubbo.rpc.Protocol, ScopeModelAware
| 构造器和说明 |
|---|
QosProtocolWrapper(org.apache.dubbo.rpc.Protocol protocol) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy() |
<T> org.apache.dubbo.rpc.Exporter<T> |
export(org.apache.dubbo.rpc.Invoker<T> invoker) |
int |
getDefaultPort() |
List<org.apache.dubbo.rpc.ProtocolServer> |
getServers() |
<T> org.apache.dubbo.rpc.Invoker<T> |
refer(Class<T> type,
URL url) |
void |
setFrameworkModel(FrameworkModel frameworkModel) |
setApplicationModel, setModuleModel, setScopeModelpublic void setFrameworkModel(FrameworkModel frameworkModel)
setFrameworkModel 在接口中 ScopeModelAwarepublic int getDefaultPort()
getDefaultPort 在接口中 org.apache.dubbo.rpc.Protocolpublic <T> org.apache.dubbo.rpc.Exporter<T> export(org.apache.dubbo.rpc.Invoker<T> invoker)
throws org.apache.dubbo.rpc.RpcException
export 在接口中 org.apache.dubbo.rpc.Protocolorg.apache.dubbo.rpc.RpcExceptionpublic <T> org.apache.dubbo.rpc.Invoker<T> refer(Class<T> type, URL url) throws org.apache.dubbo.rpc.RpcException
refer 在接口中 org.apache.dubbo.rpc.Protocolorg.apache.dubbo.rpc.RpcExceptionpublic void destroy()
destroy 在接口中 org.apache.dubbo.rpc.Protocolpublic List<org.apache.dubbo.rpc.ProtocolServer> getServers()
getServers 在接口中 org.apache.dubbo.rpc.ProtocolCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.