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 NatPMPDeviceNatPMPDeviceFactory.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 NatPMPUPnPNatPMPUPnPFactory.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 NatPMPDeviceNatPMPUPnPImpl.nat_deviceprivate NatPMPDeviceNatPMPUPnPRootDeviceImpl.nat_deviceprivate NatPMPDeviceNatPMPImpl.natDeviceConstructors 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)