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 T
apply(akka.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()
-
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:
host
in classHttpsProxySettings
-
port
public int port()
- Specified by:
port
in classHttpsProxySettings
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
-