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

Method Proxied

core/src/main/java/feign/Client.java:70–75  ·  view source on GitHub ↗
(
        SSLSocketFactory sslContextFactory, HostnameVerifier hostnameVerifier, Proxy proxy)

Source from the content-addressed store, hash-verified

68 private String credentials;
69
70 public Proxied(
71 SSLSocketFactory sslContextFactory, HostnameVerifier hostnameVerifier, Proxy proxy) {
72 super(sslContextFactory, hostnameVerifier);
73 checkNotNull(proxy, "a proxy is required.");
74 this.proxy = proxy;
75 }
76
77 public Proxied(
78 SSLSocketFactory sslContextFactory,

Callers

nothing calls this directly

Calls 4

basicMethod · 0.95
checkNotNullMethod · 0.80
checkArgumentMethod · 0.80
isNotBlankMethod · 0.80

Tested by

no test coverage detected