I am working on a Rest Client and I am using CXF with JAX-RS.
The problem that I have is that I cannot find any way to override th
HTTPConduit conduit = WebClient.getConfig(webClient).getHttpConduit(); conduit.getClient().setConnectionTimeout(1000 * 3); conduit.getClient().setReceiveTimeout(1000 * 3);