| 构造器和说明 |
|---|
ProtocolFilterWrapper(Protocol protocol) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy() |
<T> Exporter<T> |
export(Invoker<T> invoker) |
int |
getDefaultPort() |
List<ProtocolServer> |
getServers() |
<T> Invoker<T> |
refer(Class<T> type,
org.apache.dubbo.common.URL url) |
public ProtocolFilterWrapper(Protocol protocol)
public int getDefaultPort()
getDefaultPort 在接口中 Protocolpublic <T> Exporter<T> export(Invoker<T> invoker) throws RpcException
export 在接口中 ProtocolRpcExceptionpublic <T> Invoker<T> refer(Class<T> type, org.apache.dubbo.common.URL url) throws RpcException
refer 在接口中 ProtocolRpcExceptionpublic List<ProtocolServer> getServers()
getServers 在接口中 ProtocolCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.