Class SpeedManagerPingMapperImpl.region
- java.lang.Object
-
- com.biglybt.core.speedmanager.impl.SpeedManagerPingMapperImpl.region
-
- All Implemented Interfaces:
SpeedManagerPingZone
- Enclosing class:
- SpeedManagerPingMapperImpl
private static class SpeedManagerPingMapperImpl.region extends java.lang.Object implements SpeedManagerPingZone
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
region(SpeedManagerPingMapperImpl.pingValue p1, SpeedManagerPingMapperImpl.pingValue p2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDownloadEndBytesPerSec()
int
getDownloadStartBytesPerSec()
int
getMetric()
java.lang.String
getString()
int
getUploadEndBytesPerSec()
int
getUploadStartBytesPerSec()
int
getX1()
int
getX2()
int
getY1()
int
getY2()
-
-
-
Constructor Detail
-
region
protected region(SpeedManagerPingMapperImpl.pingValue p1, SpeedManagerPingMapperImpl.pingValue p2)
-
-
Method Detail
-
getX1
public int getX1()
-
getY1
public int getY1()
-
getX2
public int getX2()
-
getY2
public int getY2()
-
getUploadStartBytesPerSec
public int getUploadStartBytesPerSec()
- Specified by:
getUploadStartBytesPerSec
in interfaceSpeedManagerPingZone
-
getUploadEndBytesPerSec
public int getUploadEndBytesPerSec()
- Specified by:
getUploadEndBytesPerSec
in interfaceSpeedManagerPingZone
-
getDownloadStartBytesPerSec
public int getDownloadStartBytesPerSec()
- Specified by:
getDownloadStartBytesPerSec
in interfaceSpeedManagerPingZone
-
getDownloadEndBytesPerSec
public int getDownloadEndBytesPerSec()
- Specified by:
getDownloadEndBytesPerSec
in interfaceSpeedManagerPingZone
-
getMetric
public int getMetric()
- Specified by:
getMetric
in interfaceSpeedManagerPingZone
-
getString
public java.lang.String getString()
-
-