Uses of Class
org.nuxeo.http.test.HttpResponse
-
Packages that use HttpResponse Package Description org.nuxeo.http.test org.nuxeo.http.test.handler -
-
Uses of HttpResponse in org.nuxeo.http.test
Subclasses of HttpResponse in org.nuxeo.http.test Modifier and Type Class Description class
CloseableHttpResponse
Methods in org.nuxeo.http.test with parameters of type HttpResponse Modifier and Type Method Description T
ResponseHandler. handleResponse(HttpResponse response)
Method parameters in org.nuxeo.http.test with type arguments of type HttpResponse Modifier and Type Method Description void
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 HttpResponse Modifier and Type Method Description protected abstract T
AbstractStatusCodeHandler. doHandleResponse(HttpResponse response)
protected com.fasterxml.jackson.databind.JsonNode
JsonNodeHandler. doHandleResponse(HttpResponse response)
protected String
StringHandler. doHandleResponse(HttpResponse response)
T
AbstractStatusCodeHandler. handleResponse(HttpResponse response)
Integer
HttpStatusCodeHandler. handleResponse(HttpResponse response)
Void
VoidHandler. handleResponse(HttpResponse response)
-