Class IdleConnectionHandler.TimeValues

java.lang.Object
org.apache.http.impl.conn.IdleConnectionHandler.TimeValues
Enclosing class:
IdleConnectionHandler

private static class IdleConnectionHandler.TimeValues extends Object
  • 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 milliseconds
      validDuration - The duration this connection is valid for
      validUnit - The unit of time the duration is specified in.