Class 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator
    • Constructor Detail

      • HttpsProxySettingsImpl

        public HttpsProxySettingsImpl​(java.lang.String host,
                                      int port)
    • 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)
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product