Class MultipartRelatedRequestEntity

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

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

      • MultipartRelatedRequestEntity

        public MultipartRelatedRequestEntity​(org.apache.abdera.model.Entry entry,
                                             InputStream input)
        Deprecated.
      • MultipartRelatedRequestEntity

        public MultipartRelatedRequestEntity​(org.apache.abdera.model.Entry entry,
                                             InputStream input,
                                             String contentType)
        Deprecated.
      • MultipartRelatedRequestEntity

        public MultipartRelatedRequestEntity​(org.apache.abdera.model.Entry entry,
                                             InputStream input,
                                             String contentType,
                                             String boundary)
        Deprecated.
    • Method Detail

      • writeRequest

        public void writeRequest​(OutputStream arg0)
                          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
      • isRepeatable

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