implicit final class CommonConnectionOptionsMutableBuilder[Self <: CommonConnectionOptions] extends AnyVal
- Annotations
- @inline()
- Source
- CommonConnectionOptions.scala
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[|[scala.Predef.String, Uint8Array]], Uint8Array]): Self
- Annotations
- @inline()
- def setALPNProtocolsUndefined: Self
- Annotations
- @inline()
- def setALPNProtocolsVarargs(value: |[scala.Predef.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: (scala.Predef.String, Function2[|[Error, Null], 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(): java.lang.String
- Definition Classes
- Any
- val x: Self