object defaults
- Source
- package.scala
- Alphabetic
- By Inheritance
- defaults
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val Banner: List[String]
- val HttpPort: Int
- val IPv4Host: String
- val IPv4SocketAddress: InetSocketAddress
- val IPv6Host: String
- val IPv6SocketAddress: InetSocketAddress
- val IdleTimeout: Duration
-
val
MaxConnections: Int
Default max connections
-
val
MaxHeadersSize: Int
Default max size of all headers.
- val ResponseTimeout: Duration
-
val
ShutdownTimeout: Duration
The time to wait for a graceful shutdown
Deprecated Value Members
-
def
AsyncTimeout: Duration
- Annotations
- @deprecated
- Deprecated
(Since version 0.21.0-M3) Renamed to ResponseTimeout
-
val
Host: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.21.23) Please use IPv4Host or IPv6Host. This value can change depending on Platform specific settings and can be either the canonical IPv4 or IPv6 address. If you require this behavior please call
InetAddress.getLoopbackAddress
directly.
-
val
SocketAddress: InetSocketAddress
- Annotations
- @deprecated
- Deprecated
(Since version 0.21.23) Please use IPv4SocketAddress or IPv6SocketAddress. This value can change depending on Platform specific settings and can be either the canonical IPv4 or IPv6 address. If you require this behavior please call
InetAddress.getLoopbackAddress
directly.