Uses of Class
org.nuxeo.jaxrs.test.CloseableClientResponse
-
Uses of CloseableClientResponse in org.nuxeo.ecm.restapi.test
Modifier and TypeMethodDescriptionprotected CloseableClientResponse
BaseTest.getResponse
(BaseTest.RequestType requestType, String path) Deprecated, for removal: This API element is subject to removal in a future version.protected CloseableClientResponse
BaseTest.getResponse
(BaseTest.RequestType requestType, String path, com.sun.jersey.multipart.MultiPart mp) Deprecated, for removal: This API element is subject to removal in a future version.protected CloseableClientResponse
BaseTest.getResponse
(BaseTest.RequestType requestType, String path, com.sun.jersey.multipart.MultiPart mp, Map<String, String> headers) Deprecated, for removal: This API element is subject to removal in a future version.protected CloseableClientResponse
BaseTest.getResponse
(BaseTest.RequestType requestType, String path, String data) Deprecated, for removal: This API element is subject to removal in a future version.protected CloseableClientResponse
BaseTest.getResponse
(BaseTest.RequestType requestType, String path, String data, Map<String, String> headers) Deprecated, for removal: This API element is subject to removal in a future version.protected CloseableClientResponse
BaseTest.getResponse
(BaseTest.RequestType requestType, String path, String data, javax.ws.rs.core.MultivaluedMap<String, String> queryParams, com.sun.jersey.multipart.MultiPart mp, Map<String, String> headers, String... acceptedTypes) Deprecated, for removal: This API element is subject to removal in a future version.protected CloseableClientResponse
BaseTest.getResponse
(BaseTest.RequestType requestType, String path, Map<String, String> headers) Deprecated, for removal: This API element is subject to removal in a future version.protected CloseableClientResponse
BaseTest.getResponse
(BaseTest.RequestType requestType, String path, javax.ws.rs.core.MultivaluedMap<String, String> queryParams) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CloseableClientResponse in org.nuxeo.jaxrs.test
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.protected CloseableClientResponse
HttpClientTestRule.execute
(String path, Function<com.sun.jersey.api.client.WebResource.Builder, com.sun.jersey.api.client.ClientResponse> invoker) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static CloseableClientResponse
CloseableClientResponse.of
(com.sun.jersey.api.client.ClientResponse response) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.