Sets the read timeout in milliseconds. The read timeout is the number of milliseconds after the server receives a request and before the server sends data back.
public void setReadTimeoutMillis(int timeout)
The read timeout.
谢谢。