Packages

final class EmberServerBuilder[F[_]] extends AnyRef

Self Type
EmberServerBuilder[F]
Source
EmberServerBuilder.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmberServerBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 additionalSocketOptions: List[SocketOptionMapping[_]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def build: Resource[F, Server]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. val host: String
  14. val idleTimeout: Duration
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val maxConcurrency: Int
  17. val maxHeaderSize: Int
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val port: Int
  22. val receiveBufferSize: Int
  23. val requestHeaderReceiveTimeout: Duration
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. def withBlocker(blocker: Blocker): EmberServerBuilder[F]
  30. def withHost(host: String): EmberServerBuilder[F]
  31. def withHttpApp(httpApp: HttpApp[F]): EmberServerBuilder[F]
  32. def withIdleTimeout(idleTimeout: Duration): EmberServerBuilder[F]
  33. def withLogger(l: Logger[F]): EmberServerBuilder[F]
  34. def withMaxConcurrency(maxConcurrency: Int): EmberServerBuilder[F]
  35. def withMaxHeaderSize(maxHeaderSize: Int): EmberServerBuilder[F]
  36. def withOnError(onError: (Throwable) => Response[F]): EmberServerBuilder[F]
  37. def withOnWriteFailure(onWriteFailure: (Option[Request[F]], Response[F], Throwable) => F[Unit]): EmberServerBuilder[F]
  38. def withPort(port: Int): EmberServerBuilder[F]
  39. def withReceiveBufferSize(receiveBufferSize: Int): EmberServerBuilder[F]
  40. def withRequestHeaderReceiveTimeout(requestHeaderReceiveTimeout: Duration): EmberServerBuilder[F]
  41. def withSocketGroup(sg: SocketGroup): EmberServerBuilder[F]
  42. def withTLS(tlsContext: TLSContext, tlsParameters: TLSParameters = TLSParameters.Default): EmberServerBuilder[F]
  43. def withoutTLS: EmberServerBuilder[F]

Inherited from AnyRef

Inherited from Any

Ungrouped