public class ClientConnection extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClientConnection() |
ClientConnection(ClientConnection source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get 对应客户端IP的连接数
|
String |
getIP()
Get 连接的客户端IP
|
void |
setCount(Long Count)
Set 对应客户端IP的连接数
|
void |
setIP(String IP)
Set 连接的客户端IP
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ClientConnection()
public ClientConnection(ClientConnection source)
public String getIP()
public void setIP(String IP)
IP
- 连接的客户端IPpublic Long getCount()
public void setCount(Long Count)
Count
- 对应客户端IP的连接数Copyright © 2024. All rights reserved.