| Constructor and Description |
|---|
ProtocolFilterWrapper(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface Protocolpublic <T> Exporter<T> export(Invoker<T> invoker) throws RpcException
export in interface ProtocolRpcExceptionpublic <T> Invoker<T> refer(Class<T> type, org.apache.dubbo.common.URL url) throws RpcException
refer in interface ProtocolRpcExceptionpublic List<ProtocolServer> getServers()
getServers in interface ProtocolCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.