Package akka.http.impl.settings
Class HttpsProxySettingsImpl
- java.lang.Object
-
- akka.http.javadsl.settings.HttpsProxySettings
-
- akka.http.scaladsl.settings.HttpsProxySettings
-
- akka.http.impl.settings.HttpsProxySettingsImpl
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product
public final class HttpsProxySettingsImpl extends HttpsProxySettings implements scala.Product, java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpsProxySettingsImpl(java.lang.String host, int port)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tapply(akka.actor.ActorSystem system)static Tapply(com.typesafe.config.Config config)static Tapply(java.lang.String configOverrides)static HttpsProxySettingsImplfromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)java.lang.Stringhost()intport()protected static java.lang.Stringprefix()java.lang.StringproductPrefix()-
Methods inherited from class akka.http.javadsl.settings.HttpsProxySettings
create, create, create, getHost, getPort
-
-
-
-
Method Detail
-
fromSubConfig
public static HttpsProxySettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
-
prefix
protected static java.lang.String prefix()
-
apply
public static T apply(akka.actor.ActorSystem system)
-
apply
public static T apply(java.lang.String configOverrides)
-
apply
public static T apply(com.typesafe.config.Config config)
-
host
public java.lang.String host()
- Specified by:
hostin classHttpsProxySettings
-
port
public int port()
- Specified by:
portin classHttpsProxySettings
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
-