Packages

o

org.http4s.server

defaults

object defaults

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. defaults
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val Banner: List[String]
  2. val HttpPort: Int
  3. val IPv4Host: String
  4. val IPv4SocketAddress: InetSocketAddress
  5. val IPv6Host: String
  6. val IPv6SocketAddress: InetSocketAddress
  7. val IdleTimeout: Duration
  8. val MaxConnections: Int

    Default max connections

  9. val MaxHeadersSize: Int

    Default max size of all headers.

  10. val ResponseTimeout: Duration
  11. val ShutdownTimeout: Duration

    The time to wait for a graceful shutdown

Deprecated Value Members

  1. def AsyncTimeout: Duration
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M3) Renamed to ResponseTimeout

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

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