public class ConnectionCount extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ConnectionCount.OUKey |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkSingle(String connid,
String clientKey) |
ConcurrentHashMap<String,ConnectionCount.OUKey> |
getClientKeyMap() |
String |
getOUbyPublickey(String ckey) |
ConnectionCount.OUKey |
getOUKey(String connId) |
void |
handleConnection(String conId,
String ckey,
String orgName,
Object obj) |
static ConnectionCount |
newInstance() |
public static ConnectionCount newInstance()
public void handleConnection(String conId, String ckey, String orgName, Object obj)
public ConnectionCount.OUKey getOUKey(String connId)
public ConcurrentHashMap<String,ConnectionCount.OUKey> getClientKeyMap()
Copyright © 2019. All Rights Reserved.