interface  org.apache.http.impl.client.Clock extends java.lang.Object
{
public abstract long getCurrentTime();
}