Packages

c

io.scalajs.nodejs.tls

ConnectOptions

class ConnectOptions extends Object

Annotations
@ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectOptions
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConnectOptions(host: UndefOr[String] = js.undefined, port: UndefOr[Int] = js.undefined, path: UndefOr[String] = js.undefined, socket: UndefOr[IDuplex] = js.undefined, allowHalfOpen: UndefOr[Boolean] = js.undefined, servername: UndefOr[String] = js.undefined, checkServerIdentity: UndefOr[Function2[String, TLSCertificate, Any]] = js.undefined, minDHSize: UndefOr[Int] = js.undefined, enableTrace: UndefOr[Boolean] = js.undefined, isServer: UndefOr[Boolean] = js.undefined, server: UndefOr[net.Server] = js.undefined, requestCert: UndefOr[Boolean] = js.undefined, rejectUnauthorized: UndefOr[Boolean] = js.undefined, NPNProtocols: UndefOr[Boolean] = js.undefined, ALPNProtocols: UndefOr[ALPNProtocols] = js.undefined, SNICallback: UndefOr[Function2[String, Function, Any]] = js.undefined, session: UndefOr[Buffer] = js.undefined, requestOCSP: UndefOr[Boolean] = js.undefined, secureContext: UndefOr[SecureContext] = js.undefined)

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 ALPNProtocols: UndefOr[ALPNProtocols]
  5. var NPNProtocols: UndefOr[Boolean]
  6. var SNICallback: UndefOr[Function2[String, Function, Any]]
  7. var allowHalfOpen: UndefOr[Boolean]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. var checkServerIdentity: UndefOr[Function2[String, TLSCertificate, Any]]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. var enableTrace: UndefOr[Boolean]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. var host: UndefOr[String]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  20. var isServer: UndefOr[Boolean]
  21. var minDHSize: UndefOr[Int]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. var path: UndefOr[String]
  26. var port: UndefOr[Int]
  27. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  28. var rejectUnauthorized: UndefOr[Boolean]
  29. var requestCert: UndefOr[Boolean]
  30. var requestOCSP: UndefOr[Boolean]
  31. var secureContext: UndefOr[SecureContext]
  32. var server: UndefOr[net.Server]
  33. var servername: UndefOr[String]
  34. var session: UndefOr[Buffer]
  35. var socket: UndefOr[IDuplex]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toLocaleString(): String
    Definition Classes
    Object
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def valueOf(): Any
    Definition Classes
    Object
  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])

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 Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped