Uses of Interface
org.apache.http.impl.client.Clock
-
Packages that use Clock Package Description org.apache.http.impl.client Default HTTP client implementation. -
-
Uses of Clock in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement Clock Modifier and Type Class Description (package private) class
SystemClock
The actual system clock.Fields in org.apache.http.impl.client declared as Clock Modifier and Type Field Description private Clock
AIMDBackoffManager. clock
Constructors in org.apache.http.impl.client with parameters of type Clock Constructor Description AIMDBackoffManager(org.apache.http.pool.ConnPoolControl<HttpRoute> connPerRoute, Clock clock)
-