Class LaxContentLengthStrategy

java.lang.Object
org.apache.http.impl.entity.LaxContentLengthStrategy
All Implemented Interfaces:
ContentLengthStrategy

@Contract(threading=IMMUTABLE) public class LaxContentLengthStrategy extends 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