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 UPnPWANConnectionModifierConstructorDescriptionprotected
DeviceInternetGatewayImpl
(DeviceManagerImpl _manager, UPnPDevice _device, List<UPnPWANConnection> _connections) -
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 TypeClassDescriptionclass
class
class
-
Uses of UPnPWANConnection in com.biglybt.net.upnp.services
Subinterfaces of UPnPWANConnection in com.biglybt.net.upnp.servicesModifier and TypeInterfaceDescriptioninterface
interface
Methods in com.biglybt.net.upnp.services with parameters of type UPnPWANConnectionModifier and TypeMethodDescriptionvoid
UPnPWANConnectionListener.mappingResult
(UPnPWANConnection connection, boolean ok) void
UPnPWANConnectionListener.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 void
UPnPPlugin.addService
(UPnPWANConnection wan_service) void
UPnPPlugin.mappingResult
(UPnPWANConnection connection, boolean ok) void
UPnPPlugin.mappingsReadResult
(UPnPWANConnection connection, boolean ok) protected void
UPnPPlugin.removeService
(UPnPWANConnection wan_service, boolean replaced) protected void
UPnPMappingManager.serviceFound
(UPnPWANConnection service) Constructors in com.biglybt.plugin.upnp with parameters of type UPnPWANConnectionModifierConstructorDescriptionprotected
UPnPPluginService
(UPnPWANConnection _connection, UPnPWANConnectionPortMapping[] _ports, StringParameter _desc_prefix, BooleanParameter _alert_success, BooleanParameter _grab_ports, BooleanParameter _alert_other_port_param, BooleanParameter _release_mappings)