Uses of Interface
com.biglybt.net.natpmp.NatPMPDevice
-
Packages that use NatPMPDevice Package Description com.biglybt.net.natpmp com.biglybt.net.natpmp.impl com.biglybt.net.natpmp.upnp com.biglybt.net.natpmp.upnp.impl -
-
Uses of NatPMPDevice in com.biglybt.net.natpmp
Methods in com.biglybt.net.natpmp that return NatPMPDevice Modifier and Type Method Description static NatPMPDevice
NatPMPDeviceFactory. getSingleton(NATPMPDeviceAdapter adapter)
-
Uses of NatPMPDevice in com.biglybt.net.natpmp.impl
Classes in com.biglybt.net.natpmp.impl that implement NatPMPDevice Modifier and Type Class Description class
NatPMPDeviceImpl
Main class -
Uses of NatPMPDevice in com.biglybt.net.natpmp.upnp
Methods in com.biglybt.net.natpmp.upnp with parameters of type NatPMPDevice Modifier and Type Method Description static NatPMPUPnP
NatPMPUPnPFactory. create(UPnP upnp, NatPMPDevice nat_pmp_device)
-
Uses of NatPMPDevice in com.biglybt.net.natpmp.upnp.impl
Fields in com.biglybt.net.natpmp.upnp.impl declared as NatPMPDevice Modifier and Type Field Description private NatPMPDevice
NatPMPUPnPImpl. nat_device
private NatPMPDevice
NatPMPUPnPRootDeviceImpl. nat_device
private NatPMPDevice
NatPMPImpl. natDevice
Constructors in com.biglybt.net.natpmp.upnp.impl with parameters of type NatPMPDevice Constructor Description NatPMPImpl(NatPMPDevice device)
NatPMPUPnPImpl(UPnP _upnp, NatPMPDevice _nat_device)
NatPMPUPnPRootDeviceImpl(UPnP _upnp, NatPMPDevice _nat_device)
-