| 程序包 | 说明 |
|---|---|
| org.tio.http.server.stat.ip.path |
| 限定符和类型 | 方法和说明 |
|---|---|
IpPathAccessStat |
IpAccessStat.get(String path)
根据ip获取IpAccesspathStat,如果缓存中不存在,则创建
|
IpPathAccessStat |
IpAccessStat.get(String path,
boolean forceCreate)
根据ipAccessStat获取IpAccesspathStat,如果缓存中不存在,则根据forceCreate的值决定是否创建
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.tio.utils.lock.MapWithLock<String,IpPathAccessStat> |
IpAccessStat.getIpPathAccessStatMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
IpPathAccessStatListener.onChanged(org.tio.http.common.HttpRequest httpRequest,
String ip,
String path,
IpAccessStat ipAccessStat,
IpPathAccessStat ipPathAccessStat) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IpAccessStat.setIpPathAccessStatMap(org.tio.utils.lock.MapWithLock<String,IpPathAccessStat> ipPathAccessStatMap) |
Copyright © 2022. All rights reserved.