Package com.oracle.bmc.http.client
Class ProxyConfiguration
- java.lang.Object
-
- com.oracle.bmc.http.client.ProxyConfiguration
-
public final class ProxyConfiguration extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProxyConfiguration.Builder
-
Constructor Summary
Constructors Constructor Description ProxyConfiguration(Proxy proxy)ProxyConfiguration(Proxy proxy, String username, char[] password)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProxyConfiguration.Builderbuilder()char[]getPassword()ProxygetProxy()StringgetUsername()
-
-
-
Method Detail
-
getProxy
public Proxy getProxy()
-
getUsername
public String getUsername()
-
getPassword
public char[] getPassword()
-
builder
public static ProxyConfiguration.Builder builder()
-
-