com.aelitis.azureus.core.peer.cache
Interface CacheDiscoverer

All Known Implementing Classes:
CLCacheDiscovery

public interface CacheDiscoverer


Method Summary
 CachePeer lookup(byte[] peer_id, java.net.InetAddress ip, int port)
           
 CachePeer[] lookup(TOTorrent torent)
           
 

Method Detail

lookup

CachePeer[] lookup(TOTorrent torent)

lookup

CachePeer lookup(byte[] peer_id,
                 java.net.InetAddress ip,
                 int port)