Home
last modified time | relevance | path

Searched refs:SENT_MILLIS (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DCacheStrategy.java147 } else if (OkHeaders.SENT_MILLIS.equalsIgnoreCase(fieldName)) { in Factory()
DOkHeaders.java45 public static final String SENT_MILLIS = PREFIX + "-Sent-Millis"; field in OkHeaders
DHttpEngine.java740 .header(OkHeaders.SENT_MILLIS, Long.toString(sentRequestMillis)) in readNetworkResponse()