Uses of Interface
com.biglybt.net.natpmp.NatPMPDevice
Packages that use NatPMPDevice
Package
Description
-
Uses of NatPMPDevice in com.biglybt.net.natpmp
Methods in com.biglybt.net.natpmp that return NatPMPDeviceModifier and TypeMethodDescriptionstatic NatPMPDevice
NatPMPDeviceFactory.getSingleton
(NATPMPDeviceAdapter adapter) -
Uses of NatPMPDevice in com.biglybt.net.natpmp.impl
Classes in com.biglybt.net.natpmp.impl that implement NatPMPDevice -
Uses of NatPMPDevice in com.biglybt.net.natpmp.upnp
Methods in com.biglybt.net.natpmp.upnp with parameters of type NatPMPDeviceModifier and TypeMethodDescriptionstatic 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 NatPMPDeviceModifier and TypeFieldDescriptionprivate 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 NatPMPDeviceModifierConstructorDescriptionNatPMPImpl
(NatPMPDevice device) NatPMPUPnPImpl
(UPnP _upnp, NatPMPDevice _nat_device) NatPMPUPnPRootDeviceImpl
(UPnP _upnp, NatPMPDevice _nat_device)