Class TE

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

    public abstract class TE
    extends HttpHeader
    Model for the `Transfer-Encoding` header. Specification: http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-26#section-3.3.1
    • Constructor Detail

      • TE

        public TE()
    • Method Detail

      • getAcceptableEncodings

        public abstract java.lang.Iterable<TransferEncoding> getAcceptableEncodings()