类 HttpDate

java.lang.Object
com.lark.oapi.okhttp.internal.http.HttpDate

public final class HttpDate extends Object
Best-effort parser for HTTP dates.
  • 字段详细资料

    • MAX_DATE

      public static final long MAX_DATE
      The last four-digit year: "Fri, 31 Dec 9999 23:59:59 GMT".
      另请参阅:
  • 方法详细资料

    • parse

      public static Date parse(String value)
      Returns the date for value. Returns null if the value couldn't be parsed.
    • format

      public static String format(Date value)
      Returns the string for value.