Package com.oracle.bmc.http.internal
Class HttpDateUtils
- java.lang.Object
-
- com.oracle.bmc.http.internal.HttpDateUtils
-
public class HttpDateUtils extends Object
Date parsing utils.Handles reusing date formatters, as well as which date formats that will be used to parse various headers.
-
-
Constructor Summary
Constructors Constructor Description HttpDateUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
format(Date date)
Format the given date into Swagger RFC3339 date-time format.static String
formatAlwaysIncludeMillis(Date date)
Format the given date into Swagger RFC3339 date-time format.
-