Uses of Class
org.nuxeo.http.test.HttpResponse
Packages that use HttpResponse
-
Uses of HttpResponse in org.nuxeo.http.test
Subclasses of HttpResponse in org.nuxeo.http.testMethods in org.nuxeo.http.test with parameters of type HttpResponseMethod parameters in org.nuxeo.http.test with type arguments of type HttpResponseModifier and TypeMethodDescriptionvoid
HttpClientTestRule.RequestBuilder.executeAndConsume
(Consumer<? super HttpResponse> consumer) <R> R
HttpClientTestRule.RequestBuilder.executeAndThen
(Function<? super HttpResponse, R> finisher) -
Uses of HttpResponse in org.nuxeo.http.test.handler
Methods in org.nuxeo.http.test.handler with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected abstract T
AbstractStatusCodeHandler.doHandleResponse
(HttpResponse response) protected com.fasterxml.jackson.databind.JsonNode
JsonNodeHandler.doHandleResponse
(HttpResponse response) protected String
StringHandler.doHandleResponse
(HttpResponse response) final T
AbstractStatusCodeHandler.handleResponse
(HttpResponse response) HttpStatusCodeHandler.handleResponse
(HttpResponse response) VoidHandler.handleResponse
(HttpResponse response)