Uses of Class
org.apache.http.impl.entity.EntitySerializer
-
Packages that use EntitySerializer Package Description org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication. -
-
Uses of EntitySerializer in org.apache.http.impl
Fields in org.apache.http.impl declared as EntitySerializer Modifier and Type Field Description private EntitySerializerAbstractHttpClientConnection. entityserializerDeprecated.private EntitySerializerAbstractHttpServerConnection. entityserializerDeprecated.Methods in org.apache.http.impl that return EntitySerializer Modifier and Type Method Description protected EntitySerializerAbstractHttpClientConnection. createEntitySerializer()Deprecated.Creates an instance ofEntitySerializerwith theStrictContentLengthStrategyimplementation to be used for serializing HTTP entities sent over this connection.protected EntitySerializerAbstractHttpServerConnection. createEntitySerializer()Deprecated.Creates an instance ofEntitySerializerwith theStrictContentLengthStrategyimplementation to be used for serializing HTTP entities sent over this connection.
-