Package org.apache.http.impl.client
Interface Clock
-
- All Known Implementing Classes:
SystemClock
interface ClockInterface used to enable easier testing of time-related behavior.- Since:
- 4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCurrentTime()Returns the current time, expressed as the number of milliseconds since the epoch.
-