Uses of Class
com.biglybt.plugin.upnp.UPnPMapping
-
Packages that use UPnPMapping Package Description com.biglybt.core.devices.impl com.biglybt.plugin.dht com.biglybt.plugin.upnp com.biglybt.ui.webplugin -
-
Uses of UPnPMapping in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as UPnPMapping Modifier and Type Field Description private UPnPMapping[]
DeviceInternetGatewayImpl. current_mappings
Constructors in com.biglybt.core.devices.impl with parameters of type UPnPMapping Constructor Description mapping(UPnPMapping m)
-
Uses of UPnPMapping in com.biglybt.plugin.dht
Fields in com.biglybt.plugin.dht declared as UPnPMapping Modifier and Type Field Description private UPnPMapping
DHTPlugin. upnp_mapping
-
Uses of UPnPMapping in com.biglybt.plugin.upnp
Fields in com.biglybt.plugin.upnp with type parameters of type UPnPMapping Modifier and Type Field Description private java.util.List<UPnPMapping>
UPnPMappingManager. mappings
private java.util.List<UPnPMapping>
UPnPPlugin. mappings
Methods in com.biglybt.plugin.upnp that return UPnPMapping Modifier and Type Method Description protected UPnPMapping
UPnPMappingManager. addConfigPort(java.lang.String name_resource, boolean tcp, boolean enabled, java.lang.String int_param_name)
UPnPMapping
UPnPMappingManager. addMapping(java.lang.String desc_resource, boolean tcp, int port, boolean enabled)
UPnPMapping
UPnPPlugin. addMapping(java.lang.String desc_resource, boolean tcp, int port, boolean enabled)
UPnPMapping
UPnPMappingManager. getMapping(boolean tcp, int port)
UPnPMapping
UPnPPlugin. getMapping(boolean tcp, int port)
UPnPMapping[]
UPnPMappingManager. getMappings()
UPnPMapping[]
UPnPPlugin. getMappings()
Methods in com.biglybt.plugin.upnp with parameters of type UPnPMapping Modifier and Type Method Description protected void
UPnPMappingManager. added(UPnPMapping mapping)
protected void
UPnPPlugin. addMapping(UPnPMapping mapping)
protected void
UPnPPluginService.serviceMapping. addMapping(UPnPMapping _mapping)
protected void
UPnPPluginService. checkMapping(LoggerChannel log, UPnPMapping mapping)
protected boolean
UPnPPluginService.serviceMapping. getLogged(UPnPMapping mapping)
void
UPnPMappingManagerListener. mappingAdded(UPnPMapping mapping)
void
UPnPMappingListener. mappingChanged(UPnPMapping mapping)
void
UPnPPlugin. mappingChanged(UPnPMapping mapping)
void
UPnPMappingListener. mappingDestroyed(UPnPMapping mapping)
void
UPnPPlugin. mappingDestroyed(UPnPMapping mapping)
protected void
UPnPPluginService. removeMapping(LoggerChannel log, UPnPMapping mapping, boolean end_of_day)
protected void
UPnPPluginService. removeMapping(LoggerChannel log, UPnPMapping upnp_mapping, UPnPPluginService.serviceMapping service_mapping, boolean end_of_day)
protected void
UPnPPluginService.serviceMapping. removeMapping(UPnPMapping _mapping)
protected void
UPnPPluginService.serviceMapping. setLogged(UPnPMapping mapping)
Constructors in com.biglybt.plugin.upnp with parameters of type UPnPMapping Constructor Description serviceMapping(UPnPMapping _mapping)
-
Uses of UPnPMapping in com.biglybt.ui.webplugin
Fields in com.biglybt.ui.webplugin declared as UPnPMapping Modifier and Type Field Description private UPnPMapping
WebPlugin. upnp_mapping
-