Uses of Class
com.biglybt.plugin.upnp.UPnPPlugin
-
Packages that use UPnPPlugin Package Description com.biglybt.core.devices.impl com.biglybt.core.instancemanager com.biglybt.plugin.upnp -
-
Uses of UPnPPlugin in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as UPnPPlugin Modifier and Type Field Description (package private) static UPnPPlugin
DeviceInternetGatewayImpl. upnp_plugin
-
Uses of UPnPPlugin in com.biglybt.core.instancemanager
Methods in com.biglybt.core.instancemanager that return UPnPPlugin Modifier and Type Method Description UPnPPlugin
ClientInstanceManagerAdapter. getUPnPPlugin()
-
Uses of UPnPPlugin in com.biglybt.plugin.upnp
Fields in com.biglybt.plugin.upnp declared as UPnPPlugin Modifier and Type Field Description private UPnPPlugin
UPnPMappingManager. plugin
Methods in com.biglybt.plugin.upnp with parameters of type UPnPPlugin Modifier and Type Method Description protected static UPnPMappingManager
UPnPMappingManager. getSingleton(UPnPPlugin plugin)
Constructors in com.biglybt.plugin.upnp with parameters of type UPnPPlugin Constructor Description UPnPMappingManager(UPnPPlugin _plugin)
-