Package org.nuxeo.http.test
Class CloseableHttpResponse
java.lang.Object
org.nuxeo.http.test.HttpResponse
org.nuxeo.http.test.CloseableHttpResponse
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Since:
- 9.3
- See Also:
- API Note:
- Former
CloseableClientResponse
reworked for 2023.13 to be library agnostic
-
Field Summary
Fields inherited from class org.nuxeo.http.test.HttpResponse
response, responseStream
-
Constructor Summary
ModifierConstructorDescriptionprotected
CloseableHttpResponse
(org.apache.http.client.methods.CloseableHttpResponse response) -
Method Summary
Methods inherited from class org.nuxeo.http.test.HttpResponse
getEntityInputStream, getEntityString, getFirstHeader, getLocation, getOptFirstHeader, getResponseStream, getStatus, getType
-
Constructor Details
-
CloseableHttpResponse
protected CloseableHttpResponse(org.apache.http.client.methods.CloseableHttpResponse response)
-
-
Method Details