Package sun.net
Interface ProgressMeteringPolicy
-
public interface ProgressMeteringPolicyProgressMeteringPolicy is an interface for determining progress metering policy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetProgressUpdateThreshold()Return update notification threshold.booleanshouldMeterInput(URL url, String method)Return true if metering should be turned on for a particular network input stream.
-