Class Link

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

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

      • Link

        public Link()
    • Method Detail

      • getValues

        public abstract java.lang.Iterable<LinkValue> getValues()