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> THttpClientTestRule.RequestBuilder. execute(ResponseHandler<T> responseHandler)<T> voidHttpClientTestRule.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 classAbstractStatusCodeHandler<T>classHttpStatusCodeHandlerclassJsonNodeHandlerclassStringHandlerclassVoidHandler
-