I'm using Jersey core client to connect to external services. I want to know the default timeout setting in Jersey. Any idea? I'm using Jersey 2.26.
Thanks and regards.
Note that I'm not asking how to set timeout for Jersey client, which already had good answers here: How to set the connection and read timeout with Jersey 2.x?
I only concern about knowing the default timeout value. Thanks.
According to doc in jersey api docs, the READ_TIMEOUT and CONNECT_TIMEOUT in client are both 0(infinity) in default.