Package com.alibaba.druid.wall
Class WallDenyStat
- java.lang.Object
-
- com.alibaba.druid.wall.WallDenyStat
-
public class WallDenyStat extends Object
-
-
Constructor Summary
Constructors Constructor Description WallDenyStat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDenyCount()DategetLastDenyTime()longgetResetCount()longincrementAndGetDenyCount()voidreset()
-
-
-
Method Detail
-
incrementAndGetDenyCount
public long incrementAndGetDenyCount()
-
getDenyCount
public long getDenyCount()
-
getLastDenyTime
public Date getLastDenyTime()
-
reset
public void reset()
-
getResetCount
public long getResetCount()
-
-