com.aelitis.azureus.core.peermanager
Interface PeerManagerRegistrationAdapter

All Known Implementing Classes:
DownloadManagerController, LightWeightSeed

public interface PeerManagerRegistrationAdapter


Method Summary
 boolean activateRequest(InetSocketAddress remote_address)
           
 void deactivateRequest(InetSocketAddress remote_address)
           
 String getDescription()
           
 byte[][] getSecrets()
           
 boolean isPeerSourceEnabled(String peer_source)
           
 boolean manualRoute(NetworkConnection connection)
           
 

Method Detail

getSecrets

byte[][] getSecrets()

manualRoute

boolean manualRoute(NetworkConnection connection)

isPeerSourceEnabled

boolean isPeerSourceEnabled(String peer_source)

activateRequest

boolean activateRequest(InetSocketAddress remote_address)

deactivateRequest

void deactivateRequest(InetSocketAddress remote_address)

getDescription

String getDescription()