public interface ProgressMeteringPolicy
Modifier and Type | Method and Description |
---|---|
int |
getProgressUpdateThreshold()
Return update notification threshold.
|
boolean |
shouldMeterInput(URL url,
String method)
Return true if metering should be turned on for a particular network input stream.
|