Uses of Class
com.biglybt.net.upnp.impl.UPnPImpl
-
Packages that use UPnPImpl Package Description com.biglybt.net.upnp.impl com.biglybt.net.upnp.impl.device com.biglybt.net.upnp.impl.ssdp -
-
Uses of UPnPImpl in com.biglybt.net.upnp.impl
Fields in com.biglybt.net.upnp.impl declared as UPnPImpl Modifier and Type Field Description private static UPnPImpl
UPnPImpl. singleton
Methods in com.biglybt.net.upnp.impl with parameters of type UPnPImpl Modifier and Type Method Description static SSDPIGD
SSDPIGDFactory. create(UPnPImpl upnp, java.lang.String[] selected_interfaces)
-
Uses of UPnPImpl in com.biglybt.net.upnp.impl.device
Fields in com.biglybt.net.upnp.impl.device declared as UPnPImpl Modifier and Type Field Description private UPnPImpl
UPnPRootDeviceImpl. upnp
Methods in com.biglybt.net.upnp.impl.device that return UPnPImpl Modifier and Type Method Description UPnPImpl
UPnPDeviceImpl. getUPnP()
Constructors in com.biglybt.net.upnp.impl.device with parameters of type UPnPImpl Constructor Description UPnPRootDeviceImpl(UPnPImpl _upnp, java.net.NetworkInterface _network_interface, java.net.InetAddress _local_address, java.lang.String _usn, java.net.URL _location)
-
Uses of UPnPImpl in com.biglybt.net.upnp.impl.ssdp
Fields in com.biglybt.net.upnp.impl.ssdp declared as UPnPImpl Modifier and Type Field Description private UPnPImpl
SSDPIGDImpl. upnp
Constructors in com.biglybt.net.upnp.impl.ssdp with parameters of type UPnPImpl Constructor Description SSDPIGDImpl(UPnPImpl _upnp, java.lang.String[] _selected_interfaces)
-