No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | ||
| ↳ | org.apache.http.entity.AbstractHttpEntity | |
| ↳ | org.apache.http.entity.EntityTemplate | |
Entity that delegates the process of content generation to an abstract content producer.
| [Expand] 
           Inherited Fields
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class org.apache.http.entity.AbstractHttpEntity | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Does not consume anything.
           | ||||||||||
|  |  | ||||||||||
|  |  | ||||||||||
|  |  | ||||||||||
|  |  | ||||||||||
|  |  | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class org.apache.http.entity.AbstractHttpEntity | |||||||||||
|  From class java.lang.Object | |||||||||||
|  From interface org.apache.http.HttpEntity | |||||||||||
Does not consume anything. The default implementation does nothing if isStreaming returns false, and throws an exception if it returns true. This removes the burden of implementing an empty method for non-streaming entities.
| IOException | 
|---|