MCPcopy Index your code
hub / github.com/OpenFeign/feign / readTimeoutMillis

Method readTimeoutMillis

core/src/main/java/feign/Request.java:455–457  ·  view source on GitHub ↗

Defaults to 60 seconds. 0 implies no timeout. @see java.net.HttpURLConnection#getReadTimeout()

()

Source from the content-addressed store, hash-verified

453 * @see java.net.HttpURLConnection#getReadTimeout()
454 */
455 public int readTimeoutMillis() {
456 return (int) readTimeoutUnit.toMillis(readTimeout);
457 }
458
459 /**
460 * Defaults to true. {@code false} tells the client to not follow the redirections.

Callers 8

executeMethod · 0.80
convertAndSendMethod · 0.80
getClientMethod · 0.80
newRequestBuilderMethod · 0.80
convertRequestMethod · 0.80
toHttpUriRequestMethod · 0.80

Calls

no outgoing calls

Tested by 1