Uses of Interface
org.nuxeo.http.test.ResponseHandler
-
Packages that use ResponseHandler Package Description org.nuxeo.http.test org.nuxeo.http.test.handler -
-
Uses of ResponseHandler in org.nuxeo.http.test
Methods in org.nuxeo.http.test with parameters of type ResponseHandler Modifier and Type Method Description <T> T
HttpClientTestRule.RequestBuilder. execute(ResponseHandler<T> responseHandler)
<T> void
HttpClientTestRule.RequestBuilder. executeAndConsume(ResponseHandler<T> responseHandler, Consumer<T> consumer)
<T,R>
RHttpClientTestRule.RequestBuilder. executeAndThen(ResponseHandler<T> responseHandler, Function<T,R> finisher)
-
Uses of ResponseHandler in org.nuxeo.http.test.handler
Classes in org.nuxeo.http.test.handler that implement ResponseHandler Modifier and Type Class Description class
AbstractStatusCodeHandler<T>
class
HttpStatusCodeHandler
class
JsonNodeHandler
class
StringHandler
class
VoidHandler
-