Uses of Class
org.apache.http.impl.entity.EntityDeserializer
-
Packages that use EntityDeserializer Package Description org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication. -
-
Uses of EntityDeserializer in org.apache.http.impl
Fields in org.apache.http.impl declared as EntityDeserializer Modifier and Type Field Description private EntityDeserializer
AbstractHttpClientConnection. entitydeserializer
Deprecated.private EntityDeserializer
AbstractHttpServerConnection. entitydeserializer
Deprecated.Methods in org.apache.http.impl that return EntityDeserializer Modifier and Type Method Description protected EntityDeserializer
AbstractHttpClientConnection. createEntityDeserializer()
Deprecated.Creates an instance ofEntityDeserializer
with theLaxContentLengthStrategy
implementation to be used for de-serializing entities received over this connection.protected EntityDeserializer
AbstractHttpServerConnection. createEntityDeserializer()
Deprecated.Creates an instance ofEntityDeserializer
with theLaxContentLengthStrategy
implementation to be used for de-serializing entities received over this connection.
-