Java 11 Does URLConnection.setConnectTimeout includes the time that is needed to connect with proxy?

Viewed 17

Like the title says: Does URLConnection.setConnectTimeout includes the time that is needed to connect with proxy? Or does it starts to time when the connection with the proxy has been made? I have not been able to find this in the documentation.

0 Answers
Related