Class ContentLength

  • All Implemented Interfaces:
    Renderable, ToStringRenderable
    Direct Known Subclasses:
    Content$minusLength

    public abstract class ContentLength
    extends HttpHeader
    Model for the `Content-Length` header. Specification: https://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-26#section-3.3.2
    • Constructor Detail

      • ContentLength

        public ContentLength()
    • Method Detail

      • length

        public abstract long length()