Packages

c

nelson

NetworkConfig

final case class NetworkConfig(bindHost: String, bindPort: Int, externalHost: String, externalPort: Int, tls: Boolean, monitoringPort: Int, idleTimeout: Duration) extends Product with Serializable

specify the settings for the network configuration of nelson: what ports and addresses are bound, versus which are used for remote callers.

Source
Config.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NetworkConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NetworkConfig(bindHost: String, bindPort: Int, externalHost: String, externalPort: Int, tls: Boolean, monitoringPort: Int, idleTimeout: Duration)

Value Members

  1. val bindHost: String
  2. val bindPort: Int
  3. val externalHost: String
  4. val externalPort: Int
  5. val idleTimeout: Duration
  6. val monitoringPort: Int
  7. val tls: Boolean