HttpDate
org.playframework.cachecontrol.HttpDate
object HttpDate
Defines methods for parsing and formatting HTTP dates.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
HttpDate.type
Members list
Value members
Concrete methods
Returns the number of seconds between two dates.
Returns the number of seconds between two dates.
Attributes
Produces a DateTime object, given the time since epoch IN SECONDS. Note that most Java methods return TSE in milliseconds, so be careful.
Produces a DateTime object, given the time since epoch IN SECONDS. Note that most Java methods return TSE in milliseconds, so be careful.
Attributes
Returns the current time, in the correct GMT time zone.
Returns the current time, in the correct GMT time zone.
Attributes
Parses an HTTP date according to http://tools.ietf.org/html/rfc7231#section-7.1.1.1
Concrete fields
The GMT time zone.
The GMT time zone.
Attributes
In this article