Packages

c

acsgh.mad.scala.server

ServerBuilder

abstract class ServerBuilder extends AnyRef

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

Instance Constructors

  1. new ServerBuilder()

Abstract Value Members

  1. abstract def build(): Server

Concrete 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. var _httpPort: Option[Int]
    Attributes
    protected
  5. var _httpsPort: Option[Int]
    Attributes
    protected
  6. var _ipAddress: String
    Attributes
    protected
  7. var _name: String
    Attributes
    protected
  8. var _productionMode: Boolean
    Attributes
    protected
  9. var _readerIdleTimeSeconds: Int
    Attributes
    protected
  10. var _sslConfig: Option[SSLConfig]
    Attributes
    protected
  11. var _writerIdleTimeSeconds: Int
    Attributes
    protected
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def http: HttpRouterBuilder
  19. def httpPort(port: Option[Int]): Unit
  20. def httpPort: Option[Int]
  21. val httpRouterBuilder: HttpRouterBuilder
    Attributes
    protected
  22. def httpsPort(port: Option[Int]): Unit
  23. def httpsPort: Option[Int]
  24. def ipAddress(ipAddress: String): Unit
  25. def ipAddress: String
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def name(value: String): Unit
  28. def name: String
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def productionMode(value: Boolean): Unit
  33. def productionMode: Boolean
  34. def readerIdleTimeSeconds(value: Int): Unit
  35. def readerIdleTimeSeconds: Int
  36. def sslConfig(sslConfig: Option[SSLConfig]): Unit
  37. def sslConfig: Option[SSLConfig]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. def writerIdleTimeSeconds(value: Int): Unit
  44. def writerIdleTimeSeconds: Int
  45. def ws: WSRouterBuilder
  46. val wsRouterBuilder: WSRouterBuilder
    Attributes
    protected

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped