c
funstack.lambda.ws.facades.node.tlsMod.CommonConnectionOptions
CommonConnectionOptionsMutableBuilder
implicit final class CommonConnectionOptionsMutableBuilder[Self <: CommonConnectionOptions] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommonConnectionOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CommonConnectionOptionsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setALPNProtocols(value: |[Array[|[String, Uint8Array]], Uint8Array]): Self
- Annotations
- @inline()
- def setALPNProtocolsUndefined: Self
- Annotations
- @inline()
- def setALPNProtocolsVarargs(value: |[String, Uint8Array]*): Self
- Annotations
- @inline()
- def setEnableTrace(value: Boolean): Self
- Annotations
- @inline()
- def setEnableTraceUndefined: Self
- Annotations
- @inline()
- def setRejectUnauthorized(value: Boolean): Self
- Annotations
- @inline()
- def setRejectUnauthorizedUndefined: Self
- Annotations
- @inline()
- def setRequestCert(value: Boolean): Self
- Annotations
- @inline()
- def setRequestCertUndefined: Self
- Annotations
- @inline()
- def setSNICallback(value: (String, Function2[|[Error, Null], UndefOr[SecureContext], Unit]) => Unit): Self
- Annotations
- @inline()
- def setSNICallbackUndefined: Self
- Annotations
- @inline()
- def setSecureContext(value: SecureContext): Self
- Annotations
- @inline()
- def setSecureContextUndefined: Self
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
- val x: Self