Packages

o

org.http4s.server

defaults

object defaults

Source
package.scala
Linear Supertypes
AnyRef, Any
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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Banner: List[String]
  5. val HttpPort: Int
  6. val IPv4Host: String
  7. def IPv4SocketAddress: InetSocketAddress
  8. val IPv4SocketAddressIp4s: SocketAddress[Ipv4Address]
  9. val IPv6Host: String
  10. def IPv6SocketAddress: InetSocketAddress
  11. val IPv6SocketAddressIp4s: SocketAddress[Ipv6Address]
  12. val IdleTimeout: Duration
  13. val MaxConnections: Int

    Default max connections

  14. val MaxHeadersSize: Int

    Default max size of all headers.

  15. val ResponseTimeout: Duration
  16. val ShutdownTimeout: Duration

    The time to wait for a graceful shutdown

  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def AsyncTimeout: Duration
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M3) Renamed to ResponseTimeout

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

Inherited from AnyRef

Inherited from Any

Ungrouped