Package com.biglybt.core.ipfilter.impl
Class BannedIpImpl
java.lang.Object
com.biglybt.core.ipfilter.impl.BannedIpImpl
- All Implemented Interfaces:
BannedIp
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BannedIpImpl
(String _ip, String _torrent_name, boolean _temporary) protected
BannedIpImpl
(String _ip, String _torrent_name, long _time) -
Method Summary
-
Field Details
-
time
protected long time -
torrent_name
-
ip
-
-
Constructor Details
-
BannedIpImpl
-
BannedIpImpl
-
-
Method Details
-
getIp
-
isTemporary
public boolean isTemporary() -
getBanningTime
public long getBanningTime()- Specified by:
getBanningTime
in interfaceBannedIp
-
getTorrentName
- Specified by:
getTorrentName
in interfaceBannedIp
-