Uses of Class
org.apache.http.impl.entity.EntityDeserializer
Packages that use EntityDeserializer
Package
Description
Default implementations of HTTP connections for synchronous,
blocking communication.
-
Uses of EntityDeserializer in org.apache.http.impl
Methods in org.apache.http.impl that return EntityDeserializerModifier and TypeMethodDescriptionprotected EntityDeserializerAbstractHttpClientConnection.createEntityDeserializer()Deprecated.Creates an instance ofEntityDeserializerwith theLaxContentLengthStrategyimplementation to be used for de-serializing entities received over this connection.protected EntityDeserializerAbstractHttpServerConnection.createEntityDeserializer()Deprecated.Creates an instance ofEntityDeserializerwith theLaxContentLengthStrategyimplementation to be used for de-serializing entities received over this connection.