reta commented on a change in pull request #482: [CXF-7926] Initial MP Rest
Client 1.2 impl
URL: https://github.com/apache/cxf/pull/482#discussion_r241993147
##########
File path:
rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/spec/ClientImpl.java
##########
@@ -52,8 +52,8 @@
import org.apache.cxf.transport.https.SSLUtils;
public class ClientImpl implements Client {
- static final String HTTP_CONNECTION_TIMEOUT_PROP =
"http.connection.timeout";
- static final String HTTP_RECEIVE_TIMEOUT_PROP = "http.receive.timeout";
+ public static final String HTTP_CONNECTION_TIMEOUT_PROP =
"http.connection.timeout";
Review comment:
May be we could extract these props to `ClientProperties` since they are
used in quite a few places?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services