Uses of Interface
com.biglybt.core.dht.nat.DHTNATPuncher
-
Packages that use DHTNATPuncher 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.core.pairing.impl -
-
Uses of DHTNATPuncher in com.biglybt.core.dht
Methods in com.biglybt.core.dht that return DHTNATPuncher Modifier and Type Method Description DHTNATPuncher
DHT. getNATPuncher()
-
Uses of DHTNATPuncher in com.biglybt.core.dht.impl
Fields in com.biglybt.core.dht.impl declared as DHTNATPuncher Modifier and Type Field Description private DHTNATPuncher
DHTImpl. nat_puncher
Methods in com.biglybt.core.dht.impl that return DHTNATPuncher Modifier and Type Method Description DHTNATPuncher
DHTImpl. getNATPuncher()
-
Uses of DHTNATPuncher in com.biglybt.core.dht.nat
Methods in com.biglybt.core.dht.nat that return DHTNATPuncher Modifier and Type Method Description static DHTNATPuncher
DHTNATPuncherFactory. create(DHTNATPuncherAdapter adapter, DHT dht)
DHTNATPuncher
DHTNATPuncher. getSecondaryPuncher()
-
Uses of DHTNATPuncher in com.biglybt.core.dht.nat.impl
Classes in com.biglybt.core.dht.nat.impl that implement DHTNATPuncher Modifier and Type Class Description class
DHTNATPuncherImpl
Methods in com.biglybt.core.dht.nat.impl that return DHTNATPuncher Modifier and Type Method Description DHTNATPuncher
DHTNATPuncherImpl. getSecondaryPuncher()
-
Uses of DHTNATPuncher in com.biglybt.core.nat
Fields in com.biglybt.core.nat declared as DHTNATPuncher Modifier and Type Field Description private DHTNATPuncher
NATTraverser. puncher
-
Uses of DHTNATPuncher in com.biglybt.core.pairing.impl
Fields in com.biglybt.core.pairing.impl with type parameters of type DHTNATPuncher Modifier and Type Field Description private java.util.List<DHTNATPuncher>
PairingManagerTunnelHandler. nat_punchers_ipv4
private java.util.List<DHTNATPuncher>
PairingManagerTunnelHandler. nat_punchers_ipv6
-