Class Age

  • All Implemented Interfaces:
    Renderable, ToStringRenderable
    Direct Known Subclasses:
    Age

    public abstract class Age
    extends HttpHeader
    Model for the `Age` header. Specification: http://tools.ietf.org/html/rfc7234#section-5.1
    • Constructor Detail

      • Age

        public Age()
    • Method Detail

      • deltaSeconds

        public abstract long deltaSeconds()
      • create

        public static Age create​(long deltaSeconds)