Class IPBlockedImpl
- java.lang.Object
-
- com.biglybt.pifimpl.local.ipfilter.IPBlockedImpl
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IPBlockedImpl(IPFilter _filter, BlockedIp _blocked)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBlockedIP()
long
getBlockedTime()
java.lang.String
getBlockedTorrentName()
returns the torrent name the IP was blocked trying to accessIPRange
getBlockingRange()
-
-
-
Method Detail
-
getBlockedIP
public java.lang.String getBlockedIP()
- Specified by:
getBlockedIP
in interfaceIPBlocked
-
getBlockedTorrentName
public java.lang.String getBlockedTorrentName()
Description copied from interface:IPBlocked
returns the torrent name the IP was blocked trying to access- Specified by:
getBlockedTorrentName
in interfaceIPBlocked
- Returns:
-
getBlockedTime
public long getBlockedTime()
- Specified by:
getBlockedTime
in interfaceIPBlocked
-
getBlockingRange
public IPRange getBlockingRange()
- Specified by:
getBlockingRange
in interfaceIPBlocked
-
-