Uses of Interface
org.apache.http.entity.ContentLengthStrategy
| Package | Description |
|---|---|
| org.apache.http.impl.entity |
Default implementations for interfaces in
org.apache.http.entity. |
-
Uses of ContentLengthStrategy in org.apache.http.impl.entity
Classes in org.apache.http.impl.entity that implement ContentLengthStrategy Modifier and Type Class Description classLaxContentLengthStrategyThe lax implementation of the content length strategy.classStrictContentLengthStrategyThe strict implementation of the content length strategy.Constructors in org.apache.http.impl.entity with parameters of type ContentLengthStrategy Constructor Description EntityDeserializer(ContentLengthStrategy lenStrategy)EntitySerializer(ContentLengthStrategy lenStrategy)