object ConnectOptions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConnectOptions
- 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
-
def
apply(port: Int, ALPNProtocols: UndefOr[ALPNProtocols] = ..., NPNProtocols: UndefOr[Boolean] = ..., SNICallback: UndefOr[Function2[String, Function, Any]] = ..., allowHalfOpen: UndefOr[Boolean] = ..., ca: UndefOr[SecureData] = ..., cert: UndefOr[SecureData] = ..., checkServerIdentity: UndefOr[Function2[String, TLSCertificate, Any]] = ..., ciphers: UndefOr[String] = ..., clientCertEngine: UndefOr[String] = ..., crl: UndefOr[SecureData] = ..., dphram: UndefOr[|[String, Buffer]] = ..., ecdhCurve: UndefOr[String] = ..., enableTrace: UndefOr[Boolean] = ..., family: UndefOr[Int] = ..., fd: UndefOr[Int] = ..., highWaterMark: UndefOr[Int] = ..., hints: UndefOr[Int] = ..., honorCipherOrder: UndefOr[Boolean] = ..., host: UndefOr[String] = ..., isServer: UndefOr[Boolean] = ..., key: UndefOr[SecureData] = ..., localAddress: UndefOr[String] = ..., localPort: UndefOr[Int] = ..., lookup: UndefOr[Function1[String, Any]] = ..., maxVersion: UndefOr[String] = ..., minDHSize: UndefOr[Int] = ..., minVersion: UndefOr[String] = ..., onread: UndefOr[OnreadObject] = ..., passphrase: UndefOr[String] = ..., path: UndefOr[String] = ..., pfx: UndefOr[|[SecureData, Array[SecureDataObjectForm]]] = ..., pskCallback: UndefOr[Function1[String, PSK]] = ..., readable: UndefOr[Boolean] = ..., rejectUnauthorized: UndefOr[Boolean] = ..., requestCert: UndefOr[Boolean] = ..., requestOCSP: UndefOr[Boolean] = ..., secureContext: UndefOr[SecureContext] = ..., secureOptions: UndefOr[Int] = ..., secureProtocol: UndefOr[String] = ..., server: UndefOr[net.Server] = ..., servername: UndefOr[String] = ..., session: UndefOr[Buffer] = ..., sessionIdContext: UndefOr[String] = ..., sessionTimeout: UndefOr[Double] = ..., sigalgs: UndefOr[String] = ..., socket: UndefOr[IDuplex] = ..., ticketKeys: UndefOr[Buffer] = ..., writable: UndefOr[Int] = ...): ConnectOptions
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()