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. WebServerConfig
  2. Serializable
  3. Serializable
  4. Logger
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

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

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val defaultCompressibleContentTypes: List[String]

  9. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. 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.

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

    Returns the defined HttpConfig.

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

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

    Returns the defined SslConfig.

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

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

    Returns the activity log setting

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

    Returns the defined TcpConfig.

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

  18. def hashCode(): Int

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

    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. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped