org.apache.abdera.protocol.client.util
Class EntityProviderRequestEntity

java.lang.Object
  extended by org.apache.abdera.protocol.client.util.EntityProviderRequestEntity
All Implemented Interfaces:
org.apache.commons.httpclient.methods.RequestEntity

public class EntityProviderRequestEntity
extends Object
implements org.apache.commons.httpclient.methods.RequestEntity


Constructor Summary
EntityProviderRequestEntity(Abdera abdera, EntityProvider provider, boolean use_chunked)
           
 
Method Summary
 long getContentLength()
           
 String getContentType()
           
 String getEncoding()
           
 boolean isAutoIndent()
           
 boolean isRepeatable()
           
 void setAutoIndent(boolean auto_indent)
           
 void setEncoding(String encoding)
           
 void writeRequest(OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityProviderRequestEntity

public EntityProviderRequestEntity(Abdera abdera,
                                   EntityProvider provider,
                                   boolean use_chunked)
Method Detail

getContentLength

public long getContentLength()
Specified by:
getContentLength in interface org.apache.commons.httpclient.methods.RequestEntity

getContentType

public String getContentType()
Specified by:
getContentType in interface org.apache.commons.httpclient.methods.RequestEntity

isRepeatable

public boolean isRepeatable()
Specified by:
isRepeatable in interface org.apache.commons.httpclient.methods.RequestEntity

writeRequest

public void writeRequest(OutputStream out)
                  throws IOException
Specified by:
writeRequest in interface org.apache.commons.httpclient.methods.RequestEntity
Throws:
IOException

isAutoIndent

public boolean isAutoIndent()

setAutoIndent

public void setAutoIndent(boolean auto_indent)

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.