public class TripleProtocol extends AbstractProtocol
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_ATTR_PACK |
| Constructor and Description |
|---|
TripleProtocol(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
<T> Exporter<T> |
export(Invoker<T> invoker) |
int |
getDefaultPort() |
<T> Invoker<T> |
refer(Class<T> type,
org.apache.dubbo.common.URL url) |
getExporterMap, getExporters, getServers, setFrameworkModelequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetApplicationModel, setModuleModel, setScopeModelpublic static final String METHOD_ATTR_PACK
public TripleProtocol(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel)
public int getDefaultPort()
public <T> Exporter<T> export(Invoker<T> invoker) throws RpcException
RpcExceptionpublic <T> Invoker<T> refer(Class<T> type, org.apache.dubbo.common.URL url) throws RpcException
refer in interface Protocolrefer in class AbstractProtocolRpcExceptionpublic void destroy()
destroy in interface Protocoldestroy in class AbstractProtocolCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.