Packages

trait StartSettings extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StartSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val address: String
  2. abstract val allowNonHttps: Boolean
  3. abstract val debugLoggingOfHttpBodies: Boolean
  4. abstract val httpPort: Option[Int]
  5. abstract val portFile: Option[Path]
  6. abstract val staticContentConfig: Option[StaticContentConfig]
  7. abstract val wsConfig: Option[WebsocketConfig]