org.gudy.azureus2.plugins.ipfilter
Interface IPBlocked

All Known Implementing Classes:
IPBlockedImpl

public interface IPBlocked

Author:
parg

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

Method Detail

getBlockedIP

String getBlockedIP()

getBlockedTorrentName

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

Returns:

getBlockedTime

long getBlockedTime()

getBlockingRange

IPRange getBlockingRange()