Class UPnPSSWANPPPConnectionImpl
- java.lang.Object
-
- com.biglybt.net.upnp.impl.services.UPnPSSWANConnectionImpl
-
- com.biglybt.net.upnp.impl.services.UPnPSSWANPPPConnectionImpl
-
- All Implemented Interfaces:
UPnPSpecificService
,UPnPWANConnection
,UPnPWANIPConnection
public class UPnPSSWANPPPConnectionImpl extends UPnPSSWANConnectionImpl implements UPnPWANIPConnection
-
-
Field Summary
-
Fields inherited from interface com.biglybt.net.upnp.services.UPnPWANConnection
CAP_ALL, CAP_UDP_TCP_SAME_PORT
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UPnPSSWANPPPConnectionImpl(UPnPServiceImpl _service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getConnectionType()
-
Methods inherited from class com.biglybt.net.upnp.impl.services.UPnPSSWANConnectionImpl
addListener, addPortMapping, checkMappings, deletePortMapping, getCapabilities, getExternalIPAddress, getGenericService, getPortMappings, getStatusInfo, log, periodicallyRecheckMappings, removeListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.biglybt.net.upnp.services.UPnPSpecificService
getGenericService
-
Methods inherited from interface com.biglybt.net.upnp.services.UPnPWANConnection
addListener, addPortMapping, deletePortMapping, getCapabilities, getExternalIPAddress, getPortMappings, getStatusInfo, periodicallyRecheckMappings, removeListener
-
-
-
-
Constructor Detail
-
UPnPSSWANPPPConnectionImpl
protected UPnPSSWANPPPConnectionImpl(UPnPServiceImpl _service)
-
-
Method Detail
-
getConnectionType
public java.lang.String getConnectionType()
- Specified by:
getConnectionType
in interfaceUPnPWANConnection
-
-