Package io.split.client.dtos
Class ProxyConfiguration
- java.lang.Object
-
- io.split.client.dtos.ProxyConfiguration
-
public class ProxyConfiguration extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProxyConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProxyConfiguration.Builderbuilder()org.apache.hc.core5.http.HttpHostgetHost()InputStreamgetP12File()StringgetPassKey()ProxyCredentialsProvidergetProxyCredentialsProvider()
-
-
-
Method Detail
-
getHost
public org.apache.hc.core5.http.HttpHost getHost()
-
getP12File
public InputStream getP12File()
-
getPassKey
public String getPassKey()
-
getProxyCredentialsProvider
public ProxyCredentialsProvider getProxyCredentialsProvider()
-
builder
public static ProxyConfiguration.Builder builder()
-
-