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 TypeMethodDescriptionvoidHttpClientTestRule.RequestBuilder.executeAndConsume(Consumer<? super HttpResponse> consumer) <R> RHttpClientTestRule.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 TAbstractStatusCodeHandler.doHandleResponse(HttpResponse response) protected com.fasterxml.jackson.databind.JsonNodeJsonNodeHandler.doHandleResponse(HttpResponse response) protected StringStringHandler.doHandleResponse(HttpResponse response) final TAbstractStatusCodeHandler.handleResponse(HttpResponse response) HttpStatusCodeHandler.handleResponse(HttpResponse response) VoidHandler.handleResponse(HttpResponse response)