org.apache.abdera.protocol.client.util
Class BaseRequestEntity
java.lang.Object
org.apache.abdera.protocol.client.util.BaseRequestEntity
- All Implemented Interfaces:
- org.apache.commons.httpclient.methods.RequestEntity
public class BaseRequestEntity
- extends Object
- implements org.apache.commons.httpclient.methods.RequestEntity
Required for the Apache Commons HTTP AbderaClient.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseRequestEntity
public BaseRequestEntity(Base base)
BaseRequestEntity
public BaseRequestEntity(Base base,
boolean use_chunked)
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
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
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.