Class IPBannedImpl
- java.lang.Object
-
- com.biglybt.pifimpl.local.ipfilter.IPBannedImpl
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IPBannedImpl(BannedIp _blocked)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBannedIP()
long
getBannedTime()
java.lang.String
getBannedTorrentName()
returns the torrent name the IP was banned by the user
-
-
-
Field Detail
-
banned
protected BannedIp banned
-
-
Constructor Detail
-
IPBannedImpl
protected IPBannedImpl(BannedIp _blocked)
-
-
Method Detail
-
getBannedIP
public java.lang.String getBannedIP()
- Specified by:
getBannedIP
in interfaceIPBanned
-
getBannedTorrentName
public java.lang.String getBannedTorrentName()
Description copied from interface:IPBanned
returns the torrent name the IP was banned by the user- Specified by:
getBannedTorrentName
in interfaceIPBanned
- Returns:
-
getBannedTime
public long getBannedTime()
- Specified by:
getBannedTime
in interfaceIPBanned
-
-