Class SOLRAPIClient.GetTextContentResponse

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Enclosing class:
    SOLRAPIClient

    public static class SOLRAPIClient.GetTextContentResponse
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Detail

      • GetTextContentResponse

        public GetTextContentResponse​(org.alfresco.httpclient.Response response)
                               throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getContent

        public java.io.InputStream getContent()
      • getTransformException

        public java.lang.String getTransformException()
      • release

        public void release()
      • getTransformDuration

        public java.lang.Long getTransformDuration()
      • getContentEncoding

        public java.lang.String getContentEncoding()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable