Package org.mozilla.geckoview
Class IPProtectionController.UsageInfo
Object
org.mozilla.geckoview.IPProtectionController.UsageInfo
- Enclosing class:
- IPProtectionController
Holds information about the current IP proxy usage. Whenever remaining,max and resetTime are
equal to 0, this means there are no usage restrictions for the current User at the time.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
remaining
public final long remainingRemaining usage allowance in bytes. -
max
public final long maxMaximum usage allowance in bytes. -
resetTime
The time when usage resets, as an ISO 8601 string, or null if unavailable.
-
-
Constructor Details
-
UsageInfo
protected UsageInfo()Default constructor.
-