object Server
Static utilities to aid when creating the Server, as when as for managing Server creation
- Alphabetic
- By Inheritance
- Server
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(port: Int, https: Boolean): Unit
Apply method, used as a factory for Server objects
Apply method, used as a factory for Server objects
- port
Port where the API server will be exposed
- https
Whether if the server will try to create a secure context or not
- def apply(port: Int): Unit
Apply method, used as a factory for Server objects
Apply method, used as a factory for Server objects
- port
Port where the API server will be exposed
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val defaultHttps: Boolean
Application's default HTTPS requirement, used if none is specified
- val defaultIdleTimeout: Int
Application's default idle timeout, used if none is specified
- val defaultPort: Int
Application's default port, used if none is specified
- val defaultRequestTimeout: Int
Application's default request timeout, used if none is specified
- val defaultStreamTimeout: Int
Application's default wait time before cancelling a streaming validation for which no items are received
- val defaultVerbosity: Int
Application's default port used if none is specified
- val envVarStreamTimeout: String
Environment variable checked by the app to know how long to keep waiting for items coming via stream
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val systemPropertyStreamTimeout: String
System property checked by the app to know how long to keep waiting for items coming via stream
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated