Packages

o

org.http4s.server

defaults

object defaults extends DefaultsPlatform

Source
package.scala
Linear Supertypes
DefaultsPlatform, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. defaults
  2. DefaultsPlatform
  3. AnyRef
  4. 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
    Definition Classes
    DefaultsPlatform
  7. val IPv4SocketAddress: InetSocketAddress
    Definition Classes
    DefaultsPlatform
  8. val IPv6Host: String
    Definition Classes
    DefaultsPlatform
  9. val IPv6SocketAddress: InetSocketAddress
    Definition Classes
    DefaultsPlatform
  10. val IdleTimeout: Duration
  11. val MaxConnections: Int

    Default max connections

  12. val MaxHeadersSize: Int

    Default max size of all headers.

  13. val ResponseTimeout: Duration
  14. val ShutdownTimeout: Duration

    The time to wait for a graceful shutdown

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

Inherited from AnyRef

Inherited from Any

Ungrouped