Package com.biglybt.core.ipfilter
Interface BlockedIp
-
- All Known Implementing Classes:
BlockedIpImpl
public interface BlockedIp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBlockedIp()
long
getBlockedTime()
IpRange
getBlockingRange()
java.lang.String
getTorrentName()
boolean
isLoggable()
-
-
-
Method Detail
-
getBlockedIp
java.lang.String getBlockedIp()
-
getBlockedTime
long getBlockedTime()
-
getBlockingRange
IpRange getBlockingRange()
-
getTorrentName
java.lang.String getTorrentName()
-
isLoggable
boolean isLoggable()
-
-