Uses of Class
org.apache.http.impl.entity.EntitySerializer
Packages that use EntitySerializer
Package
Description
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 EntitySerializerModifier and TypeFieldDescriptionprivate final EntitySerializer
AbstractHttpClientConnection.entityserializer
Deprecated.private final EntitySerializer
AbstractHttpServerConnection.entityserializer
Deprecated.Methods in org.apache.http.impl that return EntitySerializerModifier and TypeMethodDescriptionprotected EntitySerializer
AbstractHttpClientConnection.createEntitySerializer()
Deprecated.Creates an instance ofEntitySerializer
with theStrictContentLengthStrategy
implementation to be used for serializing HTTP entities sent over this connection.protected EntitySerializer
AbstractHttpServerConnection.createEntitySerializer()
Deprecated.Creates an instance ofEntitySerializer
with theStrictContentLengthStrategy
implementation to be used for serializing HTTP entities sent over this connection.