Uses of Interface
com.biglybt.net.upnp.services.UPnPWANConnectionPortMapping
-
Packages that use UPnPWANConnectionPortMapping Package Description com.biglybt.net.natpmp.upnp.impl com.biglybt.net.upnp.impl.services com.biglybt.net.upnp.services com.biglybt.plugin.upnp -
-
Uses of UPnPWANConnectionPortMapping in com.biglybt.net.natpmp.upnp.impl
Classes in com.biglybt.net.natpmp.upnp.impl that implement UPnPWANConnectionPortMapping Modifier and Type Class Description private static class
NatPMPImpl.portMapping
Methods in com.biglybt.net.natpmp.upnp.impl that return UPnPWANConnectionPortMapping Modifier and Type Method Description UPnPWANConnectionPortMapping[]
NatPMPImpl. getPortMappings()
UPnPWANConnectionPortMapping[]
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection. getPortMappings()
-
Uses of UPnPWANConnectionPortMapping in com.biglybt.net.upnp.impl.services
Classes in com.biglybt.net.upnp.impl.services that implement UPnPWANConnectionPortMapping Modifier and Type Class Description private static class
UPnPSSWANConnectionImpl.portMapping
Methods in com.biglybt.net.upnp.impl.services that return UPnPWANConnectionPortMapping Modifier and Type Method Description UPnPWANConnectionPortMapping[]
UPnPSSWANConnectionImpl. getPortMappings()
-
Uses of UPnPWANConnectionPortMapping in com.biglybt.net.upnp.services
Methods in com.biglybt.net.upnp.services that return UPnPWANConnectionPortMapping Modifier and Type Method Description UPnPWANConnectionPortMapping[]
UPnPWANConnection. getPortMappings()
-
Uses of UPnPWANConnectionPortMapping in com.biglybt.plugin.upnp
Constructors in com.biglybt.plugin.upnp with parameters of type UPnPWANConnectionPortMapping Constructor Description serviceMapping(UPnPWANConnectionPortMapping device_mapping)
UPnPPluginService(UPnPWANConnection _connection, UPnPWANConnectionPortMapping[] _ports, StringParameter _desc_prefix, BooleanParameter _alert_success, BooleanParameter _grab_ports, BooleanParameter _alert_other_port_param, BooleanParameter _release_mappings)
-