Class BlockedIpImpl
java.lang.Object
com.biglybt.core.ipfilter.impl.BlockedIpImpl
- All Implemented Interfaces:
BlockedIp
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBlockedIpImpl(String ip, IpRange range, String torrent_name, boolean _loggable) -
Method Summary
Modifier and TypeMethodDescriptionlongboolean
-
Field Details
-
ip
-
time
private final long time -
range
-
torrentname
-
loggable
private final boolean loggable
-
-
Constructor Details
-
BlockedIpImpl
-
-
Method Details
-
getBlockedIp
- Specified by:
getBlockedIpin interfaceBlockedIp
-
getBlockingRange
- Specified by:
getBlockingRangein interfaceBlockedIp
-
getBlockedTime
public long getBlockedTime()- Specified by:
getBlockedTimein interfaceBlockedIp
-
getTorrentName
- Specified by:
getTorrentNamein interfaceBlockedIp
-
isLoggable
public boolean isLoggable()- Specified by:
isLoggablein interfaceBlockedIp
-