org.gudy.azureus2.plugins.ipfilter
Interface IPBlocked


public interface IPBlocked

Author:
parg

Method Summary
 java.lang.String getBlockedIP()
           
 long getBlockedTime()
           
 java.lang.String getBlockedTorrentName()
          returns the torrent name the IP was blocked trying to access
 IPRange getBlockingRange()
           
 

Method Detail

getBlockedIP

java.lang.String getBlockedIP()

getBlockedTorrentName

java.lang.String getBlockedTorrentName()
returns the torrent name the IP was blocked trying to access

Returns:

getBlockedTime

long getBlockedTime()

getBlockingRange

IPRange getBlockingRange()