public class ConnectionProxy extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static ConcurrentMap<com.taobao.remoting.Connection,ServerListManager> |
allConnection |
protected com.taobao.remoting.Client |
client |
protected int |
reConnected |
| 限定符和类型 | 方法和说明 |
|---|---|
com.taobao.remoting.Client |
connectTo(com.taobao.config.common.ConfigServerURL address,
List<com.taobao.remoting.IOEventListener> connListeners,
Map<Class<?>,com.taobao.remoting.RequestProcessor<?>> requestProcessors) |
protected com.taobao.remoting.ClientManager |
getClientManager() |
int |
getReConnected() |
protected com.taobao.remoting.Client |
redirectServer(com.taobao.config.common.ConfigServerURL configServerURL) |
protected com.taobao.remoting.Client |
roll() |
public static final ConcurrentMap<com.taobao.remoting.Connection,ServerListManager> allConnection
protected volatile com.taobao.remoting.Client client
protected int reConnected
protected com.taobao.remoting.Client roll()
throws InterruptedException
protected com.taobao.remoting.Client redirectServer(com.taobao.config.common.ConfigServerURL configServerURL)
throws InterruptedException
public com.taobao.remoting.Client connectTo(com.taobao.config.common.ConfigServerURL address,
List<com.taobao.remoting.IOEventListener> connListeners,
Map<Class<?>,com.taobao.remoting.RequestProcessor<?>> requestProcessors)
protected com.taobao.remoting.ClientManager getClientManager()
public int getReConnected()
Copyright © 2019. All rights reserved.