类 ProtocolFilterWrapper
- java.lang.Object
-
- org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
-
-
构造器概要
构造器 构造器 说明 ProtocolFilterWrapper(Protocol protocol)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddestroy()<T> Exporter<T>export(Invoker<T> invoker)intgetDefaultPort()List<ProtocolServer>getServers()<T> Invoker<T>refer(Class<T> type, org.apache.dubbo.common.URL url)
-
-
-
构造器详细资料
-
ProtocolFilterWrapper
public ProtocolFilterWrapper(Protocol protocol)
-
-
方法详细资料
-
getDefaultPort
public int getDefaultPort()
- 指定者:
getDefaultPort在接口中Protocol
-
export
public <T> Exporter<T> export(Invoker<T> invoker) throws RpcException
- 指定者:
export在接口中Protocol- 抛出:
RpcException
-
refer
public <T> Invoker<T> refer(Class<T> type, org.apache.dubbo.common.URL url) throws RpcException
- 指定者:
refer在接口中Protocol- 抛出:
RpcException
-
getServers
public List<ProtocolServer> getServers()
- 指定者:
getServers在接口中Protocol
-
-