Class DataSourceRequestEntity

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

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

      • DataSourceRequestEntity

        public DataSourceRequestEntity​(DataHandler dataHandler)
        Deprecated.
      • DataSourceRequestEntity

        public DataSourceRequestEntity​(DataSource dataSource)
        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