Uses of Interface
com.biglybt.core.dht.nat.DHTNATPuncherAdapter
-
Packages that use DHTNATPuncherAdapter Package Description com.biglybt.core.dht com.biglybt.core.dht.impl com.biglybt.core.dht.nat com.biglybt.core.dht.nat.impl com.biglybt.core.nat com.biglybt.plugin.dht.impl -
-
Uses of DHTNATPuncherAdapter in com.biglybt.core.dht
Methods in com.biglybt.core.dht with parameters of type DHTNATPuncherAdapter Modifier and Type Method Description static DHT
DHTFactory. create(DHTTransport transport, java.util.Properties properties, DHTStorageAdapter storage_adapter, DHTNATPuncherAdapter nat_adapter, DHTLogger logger)
-
Uses of DHTNATPuncherAdapter in com.biglybt.core.dht.impl
Fields in com.biglybt.core.dht.impl declared as DHTNATPuncherAdapter Modifier and Type Field Description private DHTNATPuncherAdapter
DHTImpl. nat_adapter
Constructors in com.biglybt.core.dht.impl with parameters of type DHTNATPuncherAdapter Constructor Description DHTImpl(DHTTransport _transport, java.util.Properties _properties, DHTStorageAdapter _storage_adapter, DHTNATPuncherAdapter _nat_adapter, DHTLogger _logger)
-
Uses of DHTNATPuncherAdapter in com.biglybt.core.dht.nat
Methods in com.biglybt.core.dht.nat with parameters of type DHTNATPuncherAdapter Modifier and Type Method Description static DHTNATPuncher
DHTNATPuncherFactory. create(DHTNATPuncherAdapter adapter, DHT dht)
-
Uses of DHTNATPuncherAdapter in com.biglybt.core.dht.nat.impl
Fields in com.biglybt.core.dht.nat.impl declared as DHTNATPuncherAdapter Modifier and Type Field Description private DHTNATPuncherAdapter
DHTNATPuncherImpl. adapter
Constructors in com.biglybt.core.dht.nat.impl with parameters of type DHTNATPuncherAdapter Constructor Description DHTNATPuncherImpl(DHTNATPuncherAdapter _adapter, DHT _dht)
DHTNATPuncherImpl(DHTNATPuncherAdapter _adapter, DHT _dht, boolean _is_secondary)
-
Uses of DHTNATPuncherAdapter in com.biglybt.core.nat
Classes in com.biglybt.core.nat that implement DHTNATPuncherAdapter Modifier and Type Class Description class
NATTraverser
-
Uses of DHTNATPuncherAdapter in com.biglybt.plugin.dht.impl
Constructors in com.biglybt.plugin.dht.impl with parameters of type DHTNATPuncherAdapter Constructor Description DHTPluginImpl(PluginInterface _plugin_interface, DHTNATPuncherAdapter _nat_adapter, DHTPluginImplAdapter _adapter, byte _protocol_version, int _network, boolean _v6, java.lang.String _ip, int _port, ActionParameter _reseed, BooleanParameter _warn_user_param, boolean _logging, LoggerChannel _log, DHTLogger _dht_log)
-