Uses of Interface
com.biglybt.net.upnp.services.UPnPWANConnection
Packages that use UPnPWANConnection
Package
Description
-
Uses of UPnPWANConnection in com.biglybt.core.devices.impl
Constructor parameters in com.biglybt.core.devices.impl with type arguments of type UPnPWANConnectionModifierConstructorDescriptionprotectedDeviceInternetGatewayImpl(DeviceManagerImpl _manager, UPnPDevice _device, List<UPnPWANConnection> _connections, List<UPnPWANIPv6FirewallControl> _ipv6_fcs) -
Uses of UPnPWANConnection in com.biglybt.net.natpmp.upnp.impl
Classes in com.biglybt.net.natpmp.upnp.impl that implement UPnPWANConnectionModifier and TypeClassDescriptionprotected class -
Uses of UPnPWANConnection in com.biglybt.net.upnp.impl.services
Classes in com.biglybt.net.upnp.impl.services that implement UPnPWANConnectionModifier and TypeClassDescriptionclassclassclass -
Uses of UPnPWANConnection in com.biglybt.net.upnp.services
Subinterfaces of UPnPWANConnection in com.biglybt.net.upnp.servicesModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in com.biglybt.net.upnp.services with parameters of type UPnPWANConnectionModifier and TypeMethodDescriptionvoidUPnPWANConnectionListener.mappingResult(UPnPWANConnection connection, boolean ok) voidUPnPWANConnectionListener.mappingsReadResult(UPnPWANConnection connection, boolean ok) -
Uses of UPnPWANConnection in com.biglybt.plugin.upnp
Fields in com.biglybt.plugin.upnp declared as UPnPWANConnectionMethods in com.biglybt.plugin.upnp that return UPnPWANConnectionMethods in com.biglybt.plugin.upnp with parameters of type UPnPWANConnectionModifier and TypeMethodDescriptionprotected voidUPnPPlugin.addService(UPnPWANConnection wan_service) voidUPnPPlugin.mappingResult(UPnPWANConnection connection, boolean ok) voidUPnPPlugin.mappingsReadResult(UPnPWANConnection connection, boolean ok) protected voidUPnPPlugin.removeService(UPnPWANConnection wan_service, boolean replaced) protected voidUPnPMappingManager.serviceFound(UPnPWANConnection service) Constructors in com.biglybt.plugin.upnp with parameters of type UPnPWANConnectionModifierConstructorDescriptionprotectedUPnPPluginServiceWAN(UPnPWANConnection _connection, UPnPWANConnectionPortMapping[] _ports, StringParameter _desc_prefix, BooleanParameter _alert_success, BooleanParameter _grab_ports, BooleanParameter _alert_other_port_param, BooleanParameter _release_mappings)