Methods Summary |
---|
public void | added(com.aelitis.azureus.core.dht.router.DHTRouterContact contact)Observer method invoked when a contact is added to the routing table.
|
public void | destroyed(DHTRouter router)Router is not longer in use
|
public void | locationChanged(com.aelitis.azureus.core.dht.router.DHTRouterContact contact)Observer method invoked when a contact changes between a bucket entry and a
replacement in the routing table.
|
public void | nowAlive(com.aelitis.azureus.core.dht.router.DHTRouterContact contact)Observer method invoked when a contact is found to be alive.
|
public void | nowFailing(com.aelitis.azureus.core.dht.router.DHTRouterContact contact)Observer method invoked when a contact is found to be failing.
|
public void | removed(com.aelitis.azureus.core.dht.router.DHTRouterContact contact)Observer method invoked when a contact is removed from the routing table.
|