Package libcore.net.http
Class HttpDate
java.lang.Object
libcore.net.http.HttpDate
public final class HttpDate extends Object
Best-effort parser for HTTP dates.
-
Constructor Summary
Constructors Constructor Description HttpDate() -
Method Summary
-
Constructor Details
-
HttpDate
public HttpDate()
-
-
Method Details
-
parse
Returns the date forvalue. Returns null if the value couldn't be parsed. -
format
Returns the string forvalue.
-