Package org.apache.http.impl.client
Class SystemClock
- java.lang.Object
-
- org.apache.http.impl.client.SystemClock
-
-
Constructor Summary
Constructors Constructor Description SystemClock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCurrentTime()
Returns the current time, expressed as the number of milliseconds since the epoch.
-
-
-
Method Detail
-
getCurrentTime
public long getCurrentTime()
Description copied from interface:Clock
Returns the current time, expressed as the number of milliseconds since the epoch.- Specified by:
getCurrentTime
in interfaceClock
- Returns:
- current time
-
-