【Http123】Http Timeout

参考:

https://www.baeldung.com/httpclient-timeout

  • the Connection Timeout (http.connection.timeout) – the time to establish the connection with the remote host
  • the Socket Timeout (http.socket.timeout) – the time waiting for data – after establishing the connection; maximum time of inactivity between two data packets
  • the Connection Manager Timeout (http.connection-manager.timeout) – the time to wait for a connection from the connection manager/pool
原文地址:https://www.cnblogs.com/cathygx/p/13453934.html