In the Apache CXF HTTPClientPolicy.setConnectionTimeout() and HTTPClientPolicy.setReceiveTimeout() methods, are the parameters in seconds or milliseconds? It seems trivial, but I can’t find the answer anywhere, to begin with the javadoc…
In the Apache CXF HTTPClientPolicy.setConnectionTimeout() and HTTPClientPolicy.setReceiveTimeout() methods, are the parameters in seconds or
Share
As I know all web services timeouts is configured in milliseconds, I did not see anywhere that the timeout would be configured in seconds. In your case there is a documentation from
XSDof:This refers here.