Uses of Class
com.biglybt.plugin.upnp.UPnPPluginService.serviceMapping
-
Packages that use UPnPPluginService.serviceMapping Package Description com.biglybt.core.devices.impl com.biglybt.plugin.upnp -
-
Uses of UPnPPluginService.serviceMapping in com.biglybt.core.devices.impl
Constructors in com.biglybt.core.devices.impl with parameters of type UPnPPluginService.serviceMapping Constructor Description mapping(UPnPPluginService.serviceMapping m)
-
Uses of UPnPPluginService.serviceMapping in com.biglybt.plugin.upnp
Fields in com.biglybt.plugin.upnp with type parameters of type UPnPPluginService.serviceMapping Modifier and Type Field Description protected java.util.List<UPnPPluginService.serviceMapping>
UPnPPluginService. service_mappings
Methods in com.biglybt.plugin.upnp that return UPnPPluginService.serviceMapping Modifier and Type Method Description UPnPPluginService.serviceMapping[]
UPnPPluginService. getMappings()
Methods in com.biglybt.plugin.upnp with parameters of type UPnPPluginService.serviceMapping Modifier and Type Method Description protected void
UPnPPluginService. removeMapping(LoggerChannel log, UPnPMapping upnp_mapping, UPnPPluginService.serviceMapping service_mapping, boolean end_of_day)
-