Class EntityProviderRequestEntity

  • All Implemented Interfaces:
    org.apache.commons.httpclient.methods.RequestEntity

    @Deprecated
    public class EntityProviderRequestEntity
    extends Object
    implements org.apache.commons.httpclient.methods.RequestEntity
    Deprecated.
    • Constructor Detail

      • EntityProviderRequestEntity

        public EntityProviderRequestEntity​(org.apache.abdera.Abdera abdera,
                                           EntityProvider provider,
                                           boolean use_chunked)
        Deprecated.
    • Method Detail

      • 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
      • 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
      • isAutoIndent

        public boolean isAutoIndent()
        Deprecated.
      • setAutoIndent

        public void setAutoIndent​(boolean auto_indent)
        Deprecated.
      • getEncoding

        public String getEncoding()
        Deprecated.
      • setEncoding

        public void setEncoding​(String encoding)
        Deprecated.