Uses of Class
org.apache.http.impl.entity.EntitySerializer

Packages that use EntitySerializer
org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication. 
 

Uses of EntitySerializer in org.apache.http.impl
 

Methods in org.apache.http.impl that return EntitySerializer
protected  EntitySerializer AbstractHttpClientConnection.createEntitySerializer()
          Deprecated. Creates an instance of EntitySerializer with the StrictContentLengthStrategy implementation to be used for serializing HTTP entities sent over this connection.
protected  EntitySerializer AbstractHttpServerConnection.createEntitySerializer()
          Deprecated. Creates an instance of EntitySerializer with the StrictContentLengthStrategy implementation to be used for serializing HTTP entities sent over this connection.
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.