class ConnectOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConnectOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
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
- var ALPNProtocols: UndefOr[ALPNProtocols]
- var NPNProtocols: UndefOr[Boolean]
- var SNICallback: UndefOr[Function2[String, Function, Any]]
- var allowHalfOpen: UndefOr[Boolean]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- var checkServerIdentity: UndefOr[Function2[String, TLSCertificate, Any]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- var enableTrace: UndefOr[Boolean]
-
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()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- var host: UndefOr[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- var isServer: UndefOr[Boolean]
- var minDHSize: UndefOr[Int]
-
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()
- var path: UndefOr[String]
- var port: UndefOr[Int]
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- var rejectUnauthorized: UndefOr[Boolean]
- var requestCert: UndefOr[Boolean]
- var requestOCSP: UndefOr[Boolean]
- var secureContext: UndefOr[SecureContext]
- var server: UndefOr[net.Server]
- var servername: UndefOr[String]
- var session: UndefOr[Buffer]
- var socket: UndefOr[IDuplex]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()