Class BadIpImpl

java.lang.Object
com.biglybt.core.ipfilter.impl.BadIpImpl
All Implemented Interfaces:
BadIp

public class BadIpImpl extends Object implements BadIp
  • Field Details

    • ip

      protected final String ip
    • warning_count

      protected int warning_count
    • last_time

      protected long last_time
  • Constructor Details

    • BadIpImpl

      protected BadIpImpl(String _ip)
  • Method Details

    • incrementWarnings

      protected int incrementWarnings()
    • getIp

      public String getIp()
      Specified by:
      getIp in interface BadIp
    • getNumberOfWarnings

      public int getNumberOfWarnings()
      Specified by:
      getNumberOfWarnings in interface BadIp
    • getLastTime

      public long getLastTime()
      Specified by:
      getLastTime in interface BadIp