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. val defaultCompressibleContentTypes : List[String]

  9. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. 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.

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def getCompressibleContentTypes (config: Config, name: String): List[String]

    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.

  15. def getHttpConfig (config: Config, name: String): HttpConfig

    Returns the defined HttpConfig.

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

  16. 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.

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

    Returns the specified setting as a boolean.

    Returns the specified setting as a boolean. None is returned if setting not specified

  18. 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.

  19. def getOptionalInt (config: Config, name: String): Option[Int]

    Returns the specified setting as an integer.

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

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

    Returns the defined SslConfig.

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

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

    Returns an optional string configuration value

  22. def getOptionalWebLogConfig (config: Config, name: String): Option[WebLogConfig]

    Returns the activity log setting

  23. def getTcpConfig (config: Config, name: String): TcpConfig

    Returns the defined TcpConfig.

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

  24. def hashCode (): Int

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

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

    Logger name is inferred from the class name.

    Logger name is inferred from the class name.

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. 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