MCPcopy Create free account
hub / github.com/OpenFeign/feign-vertx / options

Method options

src/main/java/feign/VertxFeign.java:273–276  ·  view source on GitHub ↗

Sets request options using Vert.x HttpClientOptions. @param options HttpClientOptions for full customization of the underlying Vert.x HttpClient @return this builder

(final HttpClientOptions options)

Source from the content-addressed store, hash-verified

271 * @return this builder
272 */
273 public Builder options(final HttpClientOptions options) {
274 this.options = checkNotNull(options, "Argument options must be not null");
275 return this;
276 }
277
278 /**
279 * Sets request options using Feign {@link Request.Options}.

Callers 12

createClientMethod · 0.80
createClientMethod · 0.80
createClientMethod · 0.80
testHttpClientOptionsMethod · 0.80
testRequestOptionsMethod · 0.80
createClientMethod · 0.80
createClientMethod · 0.80
AfterServerIsBackClass · 0.80
createClientMethod · 0.80

Calls

no outgoing calls

Tested by 10

createClientMethod · 0.64
createClientMethod · 0.64
createClientMethod · 0.64
testHttpClientOptionsMethod · 0.64
testRequestOptionsMethod · 0.64
createClientMethod · 0.64
createClientMethod · 0.64
createClientMethod · 0.64