Class Allow

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

    public abstract class Allow
    extends HttpHeader
    Model for the `Allow` header. Specification: http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-26#section-7.4.1
    • Constructor Detail

      • Allow

        public Allow()
    • Method Detail

      • getMethods

        public abstract java.lang.Iterable<HttpMethod> getMethods()