public final class HttpsProxySettingsImpl extends HttpsProxySettings implements scala.Product, java.io.Serializable
| Constructor and Description | 
|---|
| HttpsProxySettingsImpl(java.lang.String host,
                      int port) | 
| Modifier and Type | Method and Description | 
|---|---|
| static T | apply(org.apache.pekko.actor.ActorSystem system) | 
| static T | apply(com.typesafe.config.Config config) | 
| static T | apply(java.lang.String configOverrides) | 
| static HttpsProxySettingsImpl | fromSubConfig(com.typesafe.config.Config root,
             com.typesafe.config.Config c) | 
| java.lang.String | host() | 
| int | port() | 
| protected static java.lang.String | prefix() | 
| java.lang.String | productPrefix() | 
create, create, create, getHost, getPortclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic HttpsProxySettingsImpl(java.lang.String host,
                              int port)
public static HttpsProxySettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
protected static java.lang.String prefix()
public static T apply(org.apache.pekko.actor.ActorSystem system)
public static T apply(java.lang.String configOverrides)
public static T apply(com.typesafe.config.Config config)
public java.lang.String host()
host in class HttpsProxySettingspublic int port()
port in class HttpsProxySettingspublic java.lang.String productPrefix()
productPrefix in interface scala.Product