Uses of Class
org.apache.http.entity.BasicHttpEntity

Packages that use BasicHttpEntity
org.apache.http.impl.entity Default implementations of entity content strategies. 
org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication. 
 

Uses of BasicHttpEntity in org.apache.http.impl.entity
 

Methods in org.apache.http.impl.entity that return BasicHttpEntity
protected  BasicHttpEntity EntityDeserializer.doDeserialize(SessionInputBuffer inBuffer, HttpMessage message)
          Deprecated. Creates a BasicHttpEntity based on properties of the given message.
 

Uses of BasicHttpEntity in org.apache.http.nio.entity
 

Subclasses of BasicHttpEntity in org.apache.http.nio.entity
 class ContentBufferEntity
          HTTP entity wrapper whose content is provided by a ContentInputBuffer.
 



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