org.mashupbots.socko.webserver

WebServerConfig

object WebServerConfig extends Logger with Serializable

Methods for reading configuration from Akka.

Linear Supertypes
Serializable, Serializable, Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. WebServerConfig
  2. Serializable
  3. Serializable
  4. Logger
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def getBoolean (config: Config, name: String, defaultValue: Boolean): Boolean

    Returns the specified setting as a boolean.

    Returns the specified setting as a boolean. If setting not specified, then the default is returned.

  12. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  13. def getHttpConfig (config: Config, name: String): HttpConfig

    Returns the defined ProcessingConfig.

    Returns the defined ProcessingConfig. If not defined, then the default ProcessingConfig is returned.

  14. def getInt (config: Config, name: String, defaultValue: Int): Int

    Returns the specified setting as an integer.

    Returns the specified setting as an integer. If setting not specified, then the default is returned.

  15. def getOptionalFile (config: Config, name: String): Option[File]

    Returns an optional file configuration value.

    Returns an optional file configuration value. It is assumed that the value of the configuration name is the full path to a file or directory.

  16. def getOptionalSslConfig (config: Config, name: String): Option[SslConfig]

    Returns the defined SslConfig.

    Returns the defined SslConfig. If not defined, None is returned.

  17. def getOptionalString (config: Config, name: String): Option[String]

    Returns an optional string configuration value

  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  20. lazy val log : Logger

    Logger name is inferred from the class name.

    Logger name is inferred from the class name.

    Definition Classes
    Logger
  21. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def readResolve (): AnyRef

    Attributes
    protected
  25. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  26. def toString (): String

    Definition Classes
    AnyRef → Any
  27. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from Logger

Inherited from AnyRef

Inherited from Any