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 Details

    • ContentLength

      public ContentLength()
  • Method Details

    • length

      public abstract long length()