Interface SpeedManager

  • All Known Implementing Classes:
    SpeedManagerImpl

    public interface SpeedManager
    • Method Detail

      • isAvailable

        boolean isAvailable()
      • setEnabled

        void setEnabled​(boolean enabled)
      • isEnabled

        boolean isEnabled()
      • getASN

        java.lang.String getASN()
      • setEstimatedUploadCapacityBytesPerSec

        void setEstimatedUploadCapacityBytesPerSec​(int bytes_per_sec,
                                                   float estimate_type)
        Parameters:
        bytes_per_sec -
        rating - see constants above for help
      • setEstimatedDownloadCapacityBytesPerSec

        void setEstimatedDownloadCapacityBytesPerSec​(int bytes_per_sec,
                                                     float estimate_type)
      • reset

        void reset()