org.gudy.azureus2.core3.ipfilter.impl
Class BlockedIpImpl

java.lang.Object
  extended by org.gudy.azureus2.core3.ipfilter.impl.BlockedIpImpl
All Implemented Interfaces:
BlockedIp

public class BlockedIpImpl
extends Object
implements BlockedIp

Author:
Olivier

Constructor Summary
BlockedIpImpl(String ip, IpRange range, String torrent_name, boolean _loggable)
           
 
Method Summary
 String getBlockedIp()
           
 long getBlockedTime()
           
 IpRange getBlockingRange()
           
 String getTorrentName()
           
 boolean isLoggable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockedIpImpl

public BlockedIpImpl(String ip,
                     IpRange range,
                     String torrent_name,
                     boolean _loggable)
Method Detail

getBlockedIp

public String getBlockedIp()
Specified by:
getBlockedIp in interface BlockedIp

getBlockingRange

public IpRange getBlockingRange()
Specified by:
getBlockingRange in interface BlockedIp

getBlockedTime

public long getBlockedTime()
Specified by:
getBlockedTime in interface BlockedIp

getTorrentName

public String getTorrentName()
Specified by:
getTorrentName in interface BlockedIp

isLoggable

public boolean isLoggable()
Specified by:
isLoggable in interface BlockedIp