Interface IpFilterExternalHandler


public interface IpFilterExternalHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isBlocked(byte[] torrent_hash, String ip)
     
    boolean
    isBlocked(byte[] torrent_hash, InetAddress ip)
     
  • Method Details

    • isBlocked

      boolean isBlocked(byte[] torrent_hash, String ip)
    • isBlocked

      boolean isBlocked(byte[] torrent_hash, InetAddress ip)