Class HttpDate
- java.lang.Object
-
- com.squareup.okhttp.internal.http.HttpDate
-
public final class HttpDate extends Object
Best-effort parser for HTTP dates.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringformat(Date value)Returns the string forvalue.static Dateparse(String value)Returns the date forvalue.
-