com.aelitis.azureus.core.peer.cache
Class CacheDiscovery

java.lang.Object
  extended by com.aelitis.azureus.core.peer.cache.CacheDiscovery

public class CacheDiscovery
extends Object


Nested Class Summary
static class CacheDiscovery.CachePeerImpl
           
 
Constructor Summary
CacheDiscovery()
           
 
Method Summary
static CachePeer categorisePeer(byte[] peer_id, InetAddress ip, int port)
           
static void initialise(DownloadManagerEnhancer dme)
           
static CachePeer[] lookup(TOTorrent torrent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheDiscovery

public CacheDiscovery()
Method Detail

initialise

public static void initialise(DownloadManagerEnhancer dme)

lookup

public static CachePeer[] lookup(TOTorrent torrent)

categorisePeer

public static CachePeer categorisePeer(byte[] peer_id,
                                       InetAddress ip,
                                       int port)