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

Method connectTimeout

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

Connect Timeout Value. @return current timeout value.

()

Source from the content-addressed store, hash-verified

471 * @return current timeout value.
472 */
473 public long connectTimeout() {
474 return connectTimeout;
475 }
476
477 /**
478 * TimeUnit for the Connection Timeout value.

Callers 7

executeMethod · 0.80
getClientMethod · 0.80
Http2ClientMethod · 0.80
newClientBuilderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected