Package com.biglybt.core.dht.transport
Interface DHTTransportListener
public interface DHTTransportListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
currentAddress
(String address) void
localContactChanged
(DHTTransportContact local_contact) void
reachabilityChanged
(boolean reacheable) void
-
Method Details
-
localContactChanged
-
resetNetworkPositions
void resetNetworkPositions() -
currentAddress
-
reachabilityChanged
void reachabilityChanged(boolean reacheable)
-