Package com.biglybt.core.ipfilter.impl
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 TypeMethodDescriptionlong
boolean
-
Field Details
-
ip
-
time
private final long time -
range
-
torrentname
-
loggable
private final boolean loggable
-
-
Constructor Details
-
BlockedIpImpl
-
-
Method Details
-
getBlockedIp
- Specified by:
getBlockedIp
in interfaceBlockedIp
-
getBlockingRange
- Specified by:
getBlockingRange
in interfaceBlockedIp
-
getBlockedTime
public long getBlockedTime()- Specified by:
getBlockedTime
in interfaceBlockedIp
-
getTorrentName
- Specified by:
getTorrentName
in interfaceBlockedIp
-
isLoggable
public boolean isLoggable()- Specified by:
isLoggable
in interfaceBlockedIp
-