Package org.nuxeo.jaxrs.test
Class CloseableClientResponse
- java.lang.Object
-
- com.sun.jersey.api.client.ClientResponse
-
- org.nuxeo.jaxrs.test.CloseableClientResponse
-
- All Implemented Interfaces:
AutoCloseable
public class CloseableClientResponse extends com.sun.jersey.api.client.ClientResponse implements AutoCloseable
Wraps aClientResponse
to make itÂAutoCloseable
.- Since:
- 9.3
-
-
Constructor Summary
Constructors Constructor Description CloseableClientResponse(javax.ws.rs.core.Response.StatusType statusType, com.sun.jersey.core.header.InBoundHeaders headers, InputStream entity, com.sun.jersey.spi.MessageBodyWorkers workers)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static com.sun.jersey.core.header.InBoundHeaders
getResponseHeaders(com.sun.jersey.api.client.ClientResponse response)
static CloseableClientResponse
of(com.sun.jersey.api.client.ClientResponse response)
-
Methods inherited from class com.sun.jersey.api.client.ClientResponse
bufferEntity, close, getAllow, getClient, getClientResponseStatus, getCookies, getEntity, getEntity, getEntityInputStream, getEntityTag, getHeaders, getLanguage, getLastModified, getLength, getLinks, getLocation, getMetadata, getProperties, getResponseDate, getResponseStatus, getStatus, getStatusInfo, getType, hasEntity, setEntityInputStream, setResponseStatus, setStatus, setStatus, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Constructor Detail
-
CloseableClientResponse
public CloseableClientResponse(javax.ws.rs.core.Response.StatusType statusType, com.sun.jersey.core.header.InBoundHeaders headers, InputStream entity, com.sun.jersey.spi.MessageBodyWorkers workers)
-
-
Method Detail
-
of
public static CloseableClientResponse of(com.sun.jersey.api.client.ClientResponse response)
-
getResponseHeaders
protected static com.sun.jersey.core.header.InBoundHeaders getResponseHeaders(com.sun.jersey.api.client.ClientResponse response)
-
-