Class LaxContentLengthStrategy

  • All Implemented Interfaces:
    ContentLengthStrategy

    @Contract(threading=IMMUTABLE)
    public class LaxContentLengthStrategy
    extends java.lang.Object
    implements ContentLengthStrategy
    The lax implementation of the content length strategy. This class will ignore unrecognized transfer encodings and malformed Content-Length header values.

    This class recognizes "chunked" and "identitiy" transfer-coding only.

    Since:
    4.0