Interface DHTTransportUDPContact
-
- All Superinterfaces:
DHTTransportContact
- All Known Implementing Classes:
DHTTransportUDPContactImpl
public interface DHTTransportUDPContact extends DHTTransportContact
-
-
Field Summary
-
Fields inherited from interface com.biglybt.core.dht.transport.DHTTransportContact
RANDOM_ID_TYPE1, RANDOM_ID_TYPE2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setTransportAddress(java.net.InetSocketAddress address)
-
Methods inherited from interface com.biglybt.core.dht.transport.DHTTransportContact
createNetworkPositions, exportContact, exportContactToMap, getAddress, getBloomKey, getClockSkew, getExternalAddress, getID, getInstanceID, getMaxFailForLiveCount, getMaxFailForUnknownCount, getName, getNetworkPosition, getNetworkPositions, getProtocolVersion, getRandomID, getRandomID2, getRandomIDType, getStats, getString, getTransport, getTransportAddress, isAlive, isAlive, isSleeping, isValid, remove, sendFindNode, sendFindValue, sendImmediatePing, sendKeyBlock, sendPing, sendQueryStore, sendStats, sendStore, setRandomID, setRandomID2
-
-