Class HttpsProxySettingsImpl
java.lang.Object
org.apache.pekko.http.javadsl.settings.HttpsProxySettings
org.apache.pekko.http.scaladsl.settings.HttpsProxySettings
org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
public final class HttpsProxySettingsImpl
extends HttpsProxySettings
implements scala.Product, Serializable
INTERNAL API
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Tapply(com.typesafe.config.Config config) static Tstatic Tapply(org.apache.pekko.actor.ActorSystem system) static HttpsProxySettingsImplfromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c) host()intport()protected static Stringprefix()Methods inherited from class org.apache.pekko.http.javadsl.settings.HttpsProxySettings
create, create, create, getHost, getPortMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator
-
Constructor Details
-
HttpsProxySettingsImpl
-
-
Method Details
-
fromSubConfig
public static HttpsProxySettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c) -
prefix
-
apply
public static T apply(org.apache.pekko.actor.ActorSystem system) -
apply
-
apply
public static T apply(com.typesafe.config.Config config) -
host
- Specified by:
hostin classHttpsProxySettings
-
port
public int port()- Specified by:
portin classHttpsProxySettings
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-