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
@Deprecated(since="2023.13",
forRemoval=true)
public class CloseableClientResponse
extends com.sun.jersey.api.client.ClientResponse
implements AutoCloseable
Deprecated, for removal: This API element is subject to removal in a future version.
Wraps a
ClientResponse to make it AutoCloseable.- Since:
- 9.3
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.jersey.api.client.ClientResponse
com.sun.jersey.api.client.ClientResponse.Status -
Field Summary
Fields inherited from class com.sun.jersey.api.client.ClientResponse
dateDelegate, entityTagDelegate -
Constructor Summary
ConstructorsConstructorDescriptionCloseableClientResponse(javax.ws.rs.core.Response.StatusType statusType, com.sun.jersey.core.header.InBoundHeaders headers, InputStream entity, com.sun.jersey.spi.MessageBodyWorkers workers) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected static com.sun.jersey.core.header.InBoundHeadersgetResponseHeaders(com.sun.jersey.api.client.ClientResponse response) Deprecated, for removal: This API element is subject to removal in a future version.static CloseableClientResponseof(com.sun.jersey.api.client.ClientResponse response) Deprecated, for removal: This API element is subject to removal in a future version.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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.AutoCloseable
close
-
Constructor Details
-
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) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
of
Deprecated, for removal: This API element is subject to removal in a future version. -
getResponseHeaders
protected static com.sun.jersey.core.header.InBoundHeaders getResponseHeaders(com.sun.jersey.api.client.ClientResponse response) Deprecated, for removal: This API element is subject to removal in a future version.
-
HttpClientTestRuleinstead