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 Number of connections corresponding to the client IP address. 
 | 
Boolean | 
getInternalService()
Get Whether it is an internal IP address. 
 | 
String | 
getIP()
Get IP address of the connected client. 
 | 
void | 
setCount(Long Count)
Set Number of connections corresponding to the client IP address. 
 | 
void | 
setInternalService(Boolean InternalService)
Set Whether it is an internal IP address. 
 | 
void | 
setIP(String IP)
Set IP address of the connected client. 
 | 
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, toJsonStringpublic ClientConnection()
public ClientConnection(ClientConnection source)
public String getIP()
public void setIP(String IP)
IP - IP address of the connected client.public Long getCount()
public void setCount(Long Count)
Count - Number of connections corresponding to the client IP address.public Boolean getInternalService()
public void setInternalService(Boolean InternalService)
InternalService - Whether it is an internal IP address.Copyright © 2025. All rights reserved.