Package org.apache.http.impl.conn
Class IdleConnectionHandler.TimeValues
java.lang.Object
org.apache.http.impl.conn.IdleConnectionHandler.TimeValues
- Enclosing class:
IdleConnectionHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timeAdded
private final long timeAdded -
timeExpires
private final long timeExpires
-
-
Constructor Details
-
TimeValues
TimeValues(long now, long validDuration, TimeUnit validUnit) - Parameters:
now
- The current time in millisecondsvalidDuration
- The duration this connection is valid forvalidUnit
- The unit of time the duration is specified in.
-