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

Method readTimeout

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

Read Timeout value. @return current read timeout value.

()

Source from the content-addressed store, hash-verified

489 * @return current read timeout value.
490 */
491 public long readTimeout() {
492 return readTimeout;
493 }
494
495 /**
496 * TimeUnit for the Read Timeout value.

Callers 4

executeMethod · 0.80
getClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected