Interface IBandwidthThrottler


public interface IBandwidthThrottler
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getByteAllocation(long request)
    Requests bytes from the bandwidth throttler interface.
  • Method Details

    • getByteAllocation

      long getByteAllocation(long request)
      Requests bytes from the bandwidth throttler interface. Return value is the number of bytes allocated
      Parameters:
      request - request number of bytes
      Returns:
      allocated number of bytes