Class FPSERequestEntity

java.lang.Object
org.apache.http.entity.AbstractHttpEntity
org.alfresco.officeservices.testclient.fpse.FPSERequestEntity
All Implemented Interfaces:
Cloneable, org.apache.http.HttpEntity

public class FPSERequestEntity extends org.apache.http.entity.AbstractHttpEntity implements Cloneable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final byte[]
     

    Fields inherited from class org.apache.http.entity.AbstractHttpEntity

    chunked, contentEncoding, contentType, OUTPUT_BUFFER_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
    FPSERequestEntity(byte[] data)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    long
     
    boolean
     
    boolean
     
    void
    writeTo(OutputStream outstream)
     

    Methods inherited from class org.apache.http.entity.AbstractHttpEntity

    consumeContent, getContentEncoding, getContentType, isChunked, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType, toString

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • content

      protected final byte[] content
  • Constructor Details

    • FPSERequestEntity

      public FPSERequestEntity(byte[] data)
  • Method Details