public static class Client.Proxied extends Client.Default
Proxy
.Client.Default, Client.Proxied
Modifier and Type | Field and Description |
---|---|
static String |
PROXY_AUTHORIZATION |
Constructor and Description |
---|
Proxied(SSLSocketFactory sslContextFactory,
HostnameVerifier hostnameVerifier,
Proxy proxy) |
Proxied(SSLSocketFactory sslContextFactory,
HostnameVerifier hostnameVerifier,
Proxy proxy,
String proxyUser,
String proxyPassword) |
Modifier and Type | Method and Description |
---|---|
HttpURLConnection |
getConnection(URL url) |
String |
getCredentials() |
execute
public static final String PROXY_AUTHORIZATION
public Proxied(SSLSocketFactory sslContextFactory, HostnameVerifier hostnameVerifier, Proxy proxy)
public Proxied(SSLSocketFactory sslContextFactory, HostnameVerifier hostnameVerifier, Proxy proxy, String proxyUser, String proxyPassword)
public HttpURLConnection getConnection(URL url) throws IOException
getConnection
in class Client.Default
IOException
public String getCredentials()
Copyright © 2012–2020 OpenFeign. All rights reserved.