Class BaseRequestEntity
- java.lang.Object
-
- org.apache.abdera.protocol.client.util.BaseRequestEntity
-
- All Implemented Interfaces:
org.apache.commons.httpclient.methods.RequestEntity
@Deprecated public class BaseRequestEntity extends Object implements org.apache.commons.httpclient.methods.RequestEntity
Deprecated.Legacy AEM 6.x API.Required for the Apache Commons HTTP AbderaClient.
-
-
Constructor Summary
Constructors Constructor Description BaseRequestEntity(org.apache.abdera.model.Base base)Deprecated.BaseRequestEntity(org.apache.abdera.model.Base base, boolean use_chunked)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description longgetContentLength()Deprecated.StringgetContentType()Deprecated.booleanisRepeatable()Deprecated.voidwriteRequest(OutputStream out)Deprecated.
-
-
-
Method Detail
-
isRepeatable
public boolean isRepeatable()
Deprecated.- Specified by:
isRepeatablein interfaceorg.apache.commons.httpclient.methods.RequestEntity
-
writeRequest
public void writeRequest(OutputStream out) throws IOException
Deprecated.- Specified by:
writeRequestin interfaceorg.apache.commons.httpclient.methods.RequestEntity- Throws:
IOException
-
getContentLength
public long getContentLength()
Deprecated.- Specified by:
getContentLengthin interfaceorg.apache.commons.httpclient.methods.RequestEntity
-
getContentType
public String getContentType()
Deprecated.- Specified by:
getContentTypein interfaceorg.apache.commons.httpclient.methods.RequestEntity
-
-