AgentOptionsMutableBuilder

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

Value members

Concrete methods

@inline
def setCheckServerIdentity(value: (String, PeerCertificate) => UndefOr[Error]): Self
@inline
def setHost(value: String): Self
@inline
def setHostUndefined: Self
@inline
def setLookup(value: (String, LookupOneOptions, Function3[ErrnoException | Null, String, Double, Unit]) => Unit): Self
@inline
@inline
def setMaxCachedSessions(value: Double): Self
@inline
def setMinDHSize(value: Double): Self
@inline
@inline
def setPath(value: String): Self
@inline
def setPathUndefined: Self
@inline
def setPort(value: Double): Self
@inline
def setPortUndefined: Self
@inline
def setPskCallback(value: String | Null => PSKCallbackNegotation | Null): Self
@inline
@inline
def setServername(value: String): Self
@inline
@inline
def setSession(value: Buffer): Self
@inline
@inline
def setSocket(value: Socket): Self
@inline

Concrete fields

val x: Self