Packages

object HmsSettings extends Serializable

Source
HmsSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HmsSettings
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ConfigPath: String
  5. def apply(appId: String, appSecret: String, forwardProxy: Option[ForwardProxy]): HmsSettings
  6. def apply(appId: String, appSecret: String): HmsSettings
  7. def apply(appId: String, appSecret: String, isTest: Boolean, maxConcurrentConnections: Int): HmsSettings
  8. def apply(appId: String, appSecret: String, isTest: Boolean = IsTest, maxConcurrentConnections: Int = MaxConcurrentConnections, forwardProxy: Option[ForwardProxy]): HmsSettings
  9. def apply()(implicit system: ClassicActorSystemProvider, dummy: DummyImplicit): HmsSettings

    Scala API: Creates HmsSettings from the Config attached to an actor system.

  10. def apply(system: ClassicActorSystemProvider): HmsSettings

    Scala API: Creates HmsSettings from the Config attached to an akka.actor.ActorSystem.

  11. def apply(config: Config): HmsSettings

    Reads from the given config.

  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. def create(appId: String, appSecret: String, forwardProxy: ForwardProxy): HmsSettings

    Java API.

  15. def create(appId: String, appSecret: String): HmsSettings

    Java API.

  16. def create(appId: String, appSecret: String, isTest: Boolean, maxConcurrentConnections: Int): HmsSettings

    Java API.

  17. def create(appId: String, appSecret: String, isTest: Boolean, maxConcurrentConnections: Int, forwardProxy: ForwardProxy): HmsSettings

    Java API.

  18. def create(system: ClassicActorSystemProvider): HmsSettings

    Java API: Creates HmsSettings from the Config attached to an actor system.

  19. def create(config: Config): HmsSettings

    Java API: Reads from the given config.

  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. implicit def settings(implicit system: ClassicActorSystemProvider): HmsSettings
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped