CommonConnectionOptionsMutableBuilder

@inline final class CommonConnectionOptionsMutableBuilder[Self <: CommonConnectionOptions](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setALPNProtocols(value: Array[String | Uint8Array] | Uint8Array): Self
@inline
@inline
def setALPNProtocolsVarargs(value: String | Uint8Array*): Self
@inline
def setEnableTrace(value: Boolean): Self
@inline
@inline
def setRejectUnauthorized(value: Boolean): Self
@inline
def setRequestCert(value: Boolean): Self
@inline
@inline
def setSNICallback(value: (String, Function2[Error | Null, SecureContext, Unit]) => Unit): Self
@inline
@inline
def setSecureContext(value: SecureContext): Self
@inline

Concrete fields

val x: Self