Class UPnPSSWANCommonInterfaceConfigImpl
- java.lang.Object
-
- com.biglybt.net.upnp.impl.services.UPnPSSWANCommonInterfaceConfigImpl
-
- All Implemented Interfaces:
UPnPSpecificService
,UPnPWANCommonInterfaceConfig
public class UPnPSSWANCommonInterfaceConfigImpl extends java.lang.Object implements UPnPWANCommonInterfaceConfig
-
-
Field Summary
Fields Modifier and Type Field Description private UPnPServiceImpl
service
-
Constructor Summary
Constructors Modifier Constructor Description protected
UPnPSSWANCommonInterfaceConfigImpl(UPnPServiceImpl _service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]
getCommonLinkProperties()
UPnPService
getGenericService()
long
getTotalBytesReceived()
long
getTotalBytesSent()
-
-
-
Field Detail
-
service
private UPnPServiceImpl service
-
-
Constructor Detail
-
UPnPSSWANCommonInterfaceConfigImpl
protected UPnPSSWANCommonInterfaceConfigImpl(UPnPServiceImpl _service)
-
-
Method Detail
-
getGenericService
public UPnPService getGenericService()
- Specified by:
getGenericService
in interfaceUPnPSpecificService
-
getCommonLinkProperties
public long[] getCommonLinkProperties() throws UPnPException
- Specified by:
getCommonLinkProperties
in interfaceUPnPWANCommonInterfaceConfig
- Throws:
UPnPException
-
getTotalBytesSent
public long getTotalBytesSent() throws UPnPException
- Specified by:
getTotalBytesSent
in interfaceUPnPWANCommonInterfaceConfig
- Throws:
UPnPException
-
getTotalBytesReceived
public long getTotalBytesReceived() throws UPnPException
- Specified by:
getTotalBytesReceived
in interfaceUPnPWANCommonInterfaceConfig
- Throws:
UPnPException
-
-