Package org.alfresco.solr.client
Class SOLRAPIClient.GetTextContentResponse
- java.lang.Object
-
- org.alfresco.solr.client.SOLRAPIClient.GetTextContentResponse
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- SOLRAPIClient
public static class SOLRAPIClient.GetTextContentResponse extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description GetTextContentResponse(org.alfresco.httpclient.Response response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
InputStream
getContent()
String
getContentEncoding()
SOLRAPIClient.SolrApiContentStatus
getStatus()
Long
getTransformDuration()
String
getTransformException()
void
release()
-
-
-
Constructor Detail
-
GetTextContentResponse
public GetTextContentResponse(org.alfresco.httpclient.Response response) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getContent
public InputStream getContent()
-
getStatus
public SOLRAPIClient.SolrApiContentStatus getStatus()
-
getTransformException
public String getTransformException()
-
release
public void release()
-
getTransformDuration
public Long getTransformDuration()
-
getContentEncoding
public String getContentEncoding()
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-