|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.aspire.nm.component.cmppserver.CmppServer
public class CmppServer
| 构造方法摘要 | |
|---|---|
CmppServer()
|
|
| 方法摘要 | |
|---|---|
void |
addBlackIps(List<String> blackIps)
增加全局黑名单 |
CmppServer |
addClientConfig(ClientConfig clientConfig)
|
void |
afterPropertiesSet()
|
ProcessSubmit |
getProcessSubmit()
|
String |
getRunTimeInfo()
获取CmppServer运行信息 |
UserRunTime |
getUserRunTime(String user)
获取userRunTime |
void |
removeClientConfig(String user)
删除用户接入 |
void |
setProcessSubmit(ProcessSubmit processSubmit)
|
void |
start()
|
void |
stop()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public CmppServer()
| 方法详细信息 |
|---|
public ProcessSubmit getProcessSubmit()
public void setProcessSubmit(ProcessSubmit processSubmit)
public void afterPropertiesSet()
throws InstantiationException,
IllegalAccessException,
ClassNotFoundException,
IOException
org.springframework.beans.factory.InitializingBean 中的 afterPropertiesSetInstantiationException
IllegalAccessException
ClassNotFoundException
IOException
public void start()
throws IOException
IOException
public void stop()
throws IOException
IOException
public void addBlackIps(List<String> blackIps)
throws UnknownHostException
blackIps -
UnknownHostExceptionpublic String getRunTimeInfo()
public CmppServer addClientConfig(ClientConfig clientConfig)
throws UnknownHostException,
InstantiationException,
IllegalAccessException,
ClassNotFoundException
clientConfig - 接入用户的配置信息
UnknownHostException
ClassNotFoundException
IllegalAccessException
InstantiationExceptionpublic void removeClientConfig(String user)
user - public UserRunTime getUserRunTime(String user)
user -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||