Package com.biglybt.pif.ipfilter
Interface IPBlocked
-
- All Known Implementing Classes:
IPBlockedImpl
public interface IPBlocked
-
-
Method Summary
All Methods Instance Methods Abstract 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
java.lang.String getBlockedIP()
-
getBlockedTorrentName
java.lang.String getBlockedTorrentName()
returns the torrent name the IP was blocked trying to access- Returns:
-
getBlockedTime
long getBlockedTime()
-
getBlockingRange
IPRange getBlockingRange()
-
-