Uses of Interface
com.biglybt.core.dht.nat.DHTNATPuncherAdapter
Packages that use DHTNATPuncherAdapter
Package
Description
-
Uses of DHTNATPuncherAdapter in com.biglybt.core.dht
Methods in com.biglybt.core.dht with parameters of type DHTNATPuncherAdapterModifier and TypeMethodDescriptionstatic DHT
DHTFactory.create
(DHTTransport transport, 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 DHTNATPuncherAdapterConstructors in com.biglybt.core.dht.impl with parameters of type DHTNATPuncherAdapterModifierConstructorDescriptionDHTImpl
(DHTTransport _transport, 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 DHTNATPuncherAdapterModifier and TypeMethodDescriptionstatic 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 DHTNATPuncherAdapterConstructors in com.biglybt.core.dht.nat.impl with parameters of type DHTNATPuncherAdapterModifierConstructorDescriptionDHTNATPuncherImpl
(DHTNATPuncherAdapter _adapter, DHT _dht) private
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 -
Uses of DHTNATPuncherAdapter in com.biglybt.plugin.dht.impl
Constructors in com.biglybt.plugin.dht.impl with parameters of type DHTNATPuncherAdapterModifierConstructorDescriptionDHTPluginImpl
(DHTPlugin _dht_plugin, PluginInterface _plugin_interface, DHTNATPuncherAdapter _nat_adapter, DHTPluginImplAdapter _adapter, byte _protocol_version, int _network, boolean _v6, String _ip, int _port, ActionParameter _reseed, BooleanParameter _warn_user_param, boolean _logging, LoggerChannel _log, DHTLogger _dht_log)