object Server extends ServerPlatformSpecific

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Server
  2. ServerPlatformSpecific
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Config(sslConfig: Option[SSLConfig], address: InetSocketAddress, acceptContinue: Boolean, keepAlive: Boolean, requestDecompression: Decompression, responseCompression: Option[ResponseCompressionConfig], requestStreaming: RequestStreaming, maxInitialLineLength: Int, maxHeaderSize: Int, logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration, webSocketConfig: WebSocketConfig, idleTimeout: Option[zio.Duration]) extends Product with Serializable
  2. sealed trait RequestStreaming extends AnyRef

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def configured(path: NonEmptyChunk[String] = ...)(implicit trace: Trace): ZLayer[Any, Throwable, Server]
  7. val customized: ZLayer[Config, Throwable, Server]
    Definition Classes
    ServerPlatformSpecific
  8. val default: ZLayer[Any, Throwable, Server]
  9. def defaultWith(f: (Config) ⇒ Config)(implicit trace: Trace): ZLayer[Any, Throwable, Server]
  10. def defaultWithPort(port: Int)(implicit trace: Trace): ZLayer[Any, Throwable, Server]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def install[R](httpApp: Routes[R, Response])(implicit trace: Trace, tag: zio.EnvironmentTag[R]): URIO[R with Server, Int]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val live: ZLayer[Config, Throwable, Server]
    Definition Classes
    ServerPlatformSpecific
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. def serve[R](httpApp: Routes[R, Response])(implicit trace: Trace, tag: zio.EnvironmentTag[R]): URIO[R with Server, Nothing]
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. object Config extends Serializable
  28. object RequestStreaming

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def install[R](httpApp: HttpApp[R])(implicit trace: Trace, tag: zio.EnvironmentTag[R]): URIO[R with Server, Int]
    Annotations
    @deprecated
    Deprecated

    Install Routes instead. Will be removed in the next release.

  3. def serve[R](httpApp: HttpApp[R])(implicit trace: Trace, tag: zio.EnvironmentTag[R]): URIO[R with Server, Nothing]
    Annotations
    @deprecated
    Deprecated

    Serve Routes instead. Will be removed in the next release.

Inherited from ServerPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped