trait ServerOptions extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
val
ALPNProtocols: UndefOr[|[|[|[|[Array[String], Array[TypedArray[_, _]]], Array[DataView]], TypedArray[_, _]], DataView]]
- Annotations
- @JSOptional()
-
val
SNICallback: UndefOr[Function2[String, Function2[Error, SecureContext, Any], Any]]
- Annotations
- @JSOptional()
-
val
allowHalfOpen: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
ca: UndefOr[SecureData]
- Annotations
- @JSOptional()
-
val
cert: UndefOr[SecureData]
- Annotations
- @JSOptional()
-
val
ciphers: UndefOr[String]
- Annotations
- @JSOptional()
-
val
clientCertEngine: UndefOr[String]
- Annotations
- @JSOptional()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
crl: UndefOr[SecureData]
- Annotations
- @JSOptional()
-
val
dphram: UndefOr[|[String, Buffer]]
- Annotations
- @JSOptional()
-
val
ecdhCurve: UndefOr[String]
- Annotations
- @JSOptional()
-
val
enableTrace: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
handshakeTimeout: UndefOr[Int]
- Annotations
- @JSOptional()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
honorCipherOrder: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
key: UndefOr[SecureData]
- Annotations
- @JSOptional()
-
val
maxVersion: UndefOr[String]
- Annotations
- @JSOptional()
-
val
minVersion: UndefOr[String]
- Annotations
- @JSOptional()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
passphrase: UndefOr[String]
- Annotations
- @JSOptional()
-
val
pauseOnConnect: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
pfx: UndefOr[|[SecureData, Array[SecureDataObjectForm]]]
- Annotations
- @JSOptional()
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
rejectUnauthorized: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
requestCert: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
secureOptions: UndefOr[Int]
- Annotations
- @JSOptional()
-
val
secureProtocol: UndefOr[String]
- Annotations
- @JSOptional()
-
val
sessionIdContext: UndefOr[String]
- Annotations
- @JSOptional()
-
val
sessionTimeout: UndefOr[Int]
- Annotations
- @JSOptional()
-
val
sigalgs: UndefOr[String]
- Annotations
- @JSOptional()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
ticketKeys: UndefOr[Buffer]
- Annotations
- @JSOptional()
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()