Class 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 Detail

      • BaseRequestEntity

        public BaseRequestEntity​(org.apache.abdera.model.Base base)
        Deprecated.
      • BaseRequestEntity

        public BaseRequestEntity​(org.apache.abdera.model.Base base,
                                 boolean use_chunked)
        Deprecated.
    • Method Detail

      • isRepeatable

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

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

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

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