Packages

object Server

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

Type Members

  1. final case class Start(port: Int = 0) extends Product with Serializable

    Holds server start information.

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. def acceptContinue: UServer
  5. val advancedLeakDetection: UServer
  6. def app[R, E](http: HttpApp[R, E]): Server[R, E]
  7. def apply[R, E](http: HttpApp[R, E]): Server[R, E]

    Creates a server from a http app.

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def bind(inetSocketAddress: InetSocketAddress): UServer
  10. def bind(inetAddress: InetAddress, port: Int): UServer
  11. def bind(hostname: String, port: Int): UServer
  12. def bind(port: Int): UServer
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. val consolidateFlush: UServer
  15. val disableFlowControl: UServer
  16. val disableKeepAlive: UServer
  17. val disableLeakDetection: UServer
  18. def enableObjectAggregator(maxRequestSize: Int = Int.MaxValue): UServer
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def error[R](errorHandler: (Throwable) ⇒ ZIO[R, Nothing, Unit]): Server[R, Nothing]
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def make[R](server: Server[R, Throwable]): ZIO[R with EventLoopGroup with ServerChannelFactory with Scope, Throwable, Start]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val paranoidLeakDetection: UServer
  30. def port(port: Int): UServer
  31. def requestDecompression(strict: Boolean): UServer
  32. val simpleLeakDetection: UServer
  33. def ssl(sslOptions: ServerSSLOptions): UServer
  34. def start[R](socketAddress: InetSocketAddress, http: HttpApp[R, Throwable]): ZIO[R, Throwable, Nothing]
  35. def start[R](address: InetAddress, port: Int, http: HttpApp[R, Throwable]): ZIO[R, Throwable, Nothing]
  36. def start[R](port: Int, http: HttpApp[R, Throwable]): ZIO[R, Throwable, Nothing]

    Launches the app on the provided port.

  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def unsafePipeline(pipeline: (ChannelPipeline) ⇒ Unit): UServer
  40. def unsafeServerBootstrap(serverBootstrap: (ServerBootstrap) ⇒ Unit): UServer
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped