Package com.biglybt.core.ipfilter.impl
Class BadIpImpl
- java.lang.Object
-
- com.biglybt.core.ipfilter.impl.BadIpImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
ip
protected long
last_time
protected int
warning_count
-
Constructor Summary
Constructors Modifier Constructor Description protected
BadIpImpl(java.lang.String _ip)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIp()
long
getLastTime()
int
getNumberOfWarnings()
protected int
incrementWarnings()
-
-
-
Method Detail
-
incrementWarnings
protected int incrementWarnings()
-
getNumberOfWarnings
public int getNumberOfWarnings()
- Specified by:
getNumberOfWarnings
in interfaceBadIp
-
getLastTime
public long getLastTime()
- Specified by:
getLastTime
in interfaceBadIp
-
-