public class

EntityTemplate

extends AbstractHttpEntity
java.lang.Object
   ↳ org.apache.http.entity.AbstractHttpEntity
     ↳ org.apache.http.entity.EntityTemplate

Class Overview

Entity that delegates the process of content generation to a ContentProducer.

Summary

[Expand]
Inherited Fields
From class org.apache.http.entity.AbstractHttpEntity
Public Constructors
EntityTemplate(ContentProducer contentproducer)
Public Methods
InputStream getContent()
long getContentLength()
boolean isRepeatable()
boolean isStreaming()
void writeTo(OutputStream outstream)
[Expand]
Inherited Methods
From class org.apache.http.entity.AbstractHttpEntity
From class java.lang.Object
From interface org.apache.http.HttpEntity

Public Constructors

public EntityTemplate (ContentProducer contentproducer)

Public Methods

public InputStream getContent ()

public long getContentLength ()

public boolean isRepeatable ()

public boolean isStreaming ()

public void writeTo (OutputStream outstream)

Throws
IOException