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 SummaryConstructors Constructor Description HttpDateUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringformat(Date date)Format the given date into Swagger RFC3339 date-time format.static StringformatAlwaysIncludeMillis(Date date)Format the given date into Swagger RFC3339 date-time format.
 
-