Uses of Interface
com.biglybt.net.upnp.services.UPnPWANConnection
-
Packages that use UPnPWANConnection Package Description com.biglybt.core.devices.impl com.biglybt.net.natpmp.upnp.impl com.biglybt.net.upnp.impl.services com.biglybt.net.upnp.services com.biglybt.plugin.upnp -
-
Uses of UPnPWANConnection in com.biglybt.core.devices.impl
Constructor parameters in com.biglybt.core.devices.impl with type arguments of type UPnPWANConnection Constructor Description DeviceInternetGatewayImpl(DeviceManagerImpl _manager, UPnPDevice _device, java.util.List<UPnPWANConnection> _connections)
-
Uses of UPnPWANConnection in com.biglybt.net.natpmp.upnp.impl
Classes in com.biglybt.net.natpmp.upnp.impl that implement UPnPWANConnection Modifier and Type Class Description protected class
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection
-
Uses of UPnPWANConnection in com.biglybt.net.upnp.impl.services
Classes in com.biglybt.net.upnp.impl.services that implement UPnPWANConnection Modifier and Type Class Description class
UPnPSSWANConnectionImpl
class
UPnPSSWANIPConnectionImpl
class
UPnPSSWANPPPConnectionImpl
-
Uses of UPnPWANConnection in com.biglybt.net.upnp.services
Subinterfaces of UPnPWANConnection in com.biglybt.net.upnp.services Modifier and Type Interface Description interface
UPnPWANIPConnection
interface
UPnPWANPPPConnection
Methods in com.biglybt.net.upnp.services with parameters of type UPnPWANConnection Modifier and Type Method Description void
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 UPnPWANConnection Modifier and Type Field Description private UPnPWANConnection
UPnPPluginService. connection
Methods in com.biglybt.plugin.upnp that return UPnPWANConnection Modifier and Type Method Description UPnPWANConnection
UPnPPluginService. getService()
Methods in com.biglybt.plugin.upnp with parameters of type UPnPWANConnection Modifier and Type Method Description protected 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 UPnPWANConnection Constructor Description UPnPPluginService(UPnPWANConnection _connection, UPnPWANConnectionPortMapping[] _ports, StringParameter _desc_prefix, BooleanParameter _alert_success, BooleanParameter _grab_ports, BooleanParameter _alert_other_port_param, BooleanParameter _release_mappings)
-