Uses of Interface
com.biglybt.net.upnp.UPnP
-
-
Uses of UPnP in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as UPnP Modifier and Type Field Description private UPnP
DeviceManagerUPnPImpl. upnp
-
Uses of UPnP in com.biglybt.net.natpmp.upnp
Methods in com.biglybt.net.natpmp.upnp with parameters of type UPnP Modifier and Type Method Description static NatPMPUPnP
NatPMPUPnPFactory. create(UPnP upnp, NatPMPDevice nat_pmp_device)
-
Uses of UPnP in com.biglybt.net.natpmp.upnp.impl
Fields in com.biglybt.net.natpmp.upnp.impl declared as UPnP Modifier and Type Field Description private UPnP
NatPMPUPnPImpl. upnp
private UPnP
NatPMPUPnPRootDeviceImpl. upnp
Methods in com.biglybt.net.natpmp.upnp.impl that return UPnP Modifier and Type Method Description UPnP
NatPMPUPnPRootDeviceImpl. getUPnP()
Constructors in com.biglybt.net.natpmp.upnp.impl with parameters of type UPnP Constructor Description NatPMPUPnPImpl(UPnP _upnp, NatPMPDevice _nat_device)
NatPMPUPnPRootDeviceImpl(UPnP _upnp, NatPMPDevice _nat_device)
-
Uses of UPnP in com.biglybt.net.upnp
Methods in com.biglybt.net.upnp that return UPnP Modifier and Type Method Description static UPnP
UPnPFactory. getSingleton(UPnPAdapter adapter, java.lang.String[] selected_interfaces)
UPnP
UPnPRootDevice. getUPnP()
-
Uses of UPnP in com.biglybt.net.upnp.impl
Classes in com.biglybt.net.upnp.impl that implement UPnP Modifier and Type Class Description class
UPnPImpl
Methods in com.biglybt.net.upnp.impl that return UPnP Modifier and Type Method Description static UPnP
UPnPImpl. getSingleton(UPnPAdapter adapter, java.lang.String[] selected_interfaces)
-
Uses of UPnP in com.biglybt.net.upnp.impl.device
Methods in com.biglybt.net.upnp.impl.device that return UPnP Modifier and Type Method Description UPnP
UPnPRootDeviceImpl. getUPnP()
-
Uses of UPnP in com.biglybt.plugin.upnp
Fields in com.biglybt.plugin.upnp declared as UPnP Modifier and Type Field Description private UPnP
UPnPPlugin. upnp
-