类 HttpDate
java.lang.Object
com.lark.oapi.okhttp.internal.http.HttpDate
Best-effort parser for HTTP dates.
-
字段概要
字段 -
方法概要
-
字段详细资料
-
MAX_DATE
public static final long MAX_DATEThe last four-digit year: "Fri, 31 Dec 9999 23:59:59 GMT".- 另请参阅:
-
-
方法详细资料
-
parse
Returns the date forvalue. Returns null if the value couldn't be parsed. -
format
Returns the string forvalue.
-