Uses of Interface
com.biglybt.core.dht.transport.udp.DHTTransportUDP
-
Packages that use DHTTransportUDP Package Description com.biglybt.core.dht.transport com.biglybt.core.dht.transport.udp.impl com.biglybt.plugin.dht.impl -
-
Uses of DHTTransportUDP in com.biglybt.core.dht.transport
Methods in com.biglybt.core.dht.transport that return DHTTransportUDP Modifier and Type Method Description static DHTTransportUDP
DHTTransportFactory. createUDP(byte protocol_version, int network, boolean v6, java.lang.String ip, java.lang.String default_ip, int port, int max_fails_for_live, int max_fails_for_unknown, long timeout, int send_delay, int receive_delay, boolean bootstrap_node, boolean reachable, DHTLogger logger)
-
Uses of DHTTransportUDP in com.biglybt.core.dht.transport.udp.impl
Classes in com.biglybt.core.dht.transport.udp.impl that implement DHTTransportUDP Modifier and Type Class Description class
DHTTransportUDPImpl
-
Uses of DHTTransportUDP in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as DHTTransportUDP Modifier and Type Field Description private DHTTransportUDP
DHTPluginImpl. transport
-