Uses of Package
org.apache.http.impl.entity
-
Packages that use org.apache.http.impl.entity Package Description org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.impl.entity Default implementations of entity content strategies. -
Classes in org.apache.http.impl.entity used by org.apache.http.impl Class Description EntityDeserializer Deprecated.(4.3) useBHttpConnectionBase
EntitySerializer Deprecated.(4.3) useBHttpConnectionBase
-
Classes in org.apache.http.impl.entity used by org.apache.http.impl.entity Class Description DisallowIdentityContentLengthStrategy Decorator forContentLengthStrategy
implementations that disallows the use of identity transfer encoding.LaxContentLengthStrategy The lax implementation of the content length strategy.StrictContentLengthStrategy The strict implementation of the content length strategy.