implicit final class AgentOptionsMutableBuilder[Self <: AgentOptions] extends AnyVal
- Annotations
- @inline()
- Source
- httpsMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AgentOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AgentOptionsMutableBuilder(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 setCheckServerIdentity(value: (java.lang.String, PeerCertificate) => UndefOr[Error]): Self
- Annotations
- @inline()
- def setCheckServerIdentityUndefined: Self
- Annotations
- @inline()
- def setHost(value: java.lang.String): Self
- Annotations
- @inline()
- def setHostUndefined: Self
- Annotations
- @inline()
- def setLookup(value: (java.lang.String, LookupOneOptions, Function3[|[ErrnoException, Null], java.lang.String, Double, Unit]) => Unit): Self
- Annotations
- @inline()
- def setLookupUndefined: Self
- Annotations
- @inline()
- def setMaxCachedSessions(value: Double): Self
- Annotations
- @inline()
- def setMaxCachedSessionsUndefined: Self
- Annotations
- @inline()
- def setMinDHSize(value: Double): Self
- Annotations
- @inline()
- def setMinDHSizeUndefined: Self
- Annotations
- @inline()
- def setPath(value: java.lang.String): Self
- Annotations
- @inline()
- def setPathUndefined: Self
- Annotations
- @inline()
- def setPort(value: Double): Self
- Annotations
- @inline()
- def setPortUndefined: Self
- Annotations
- @inline()
- def setPskCallback(value: (|[java.lang.String, Null]) => |[PSKCallbackNegotation, Null]): Self
- Annotations
- @inline()
- def setPskCallbackUndefined: Self
- Annotations
- @inline()
- def setServername(value: java.lang.String): Self
- Annotations
- @inline()
- def setServernameUndefined: Self
- Annotations
- @inline()
- def setSession(value: Buffer): Self
- Annotations
- @inline()
- def setSessionUndefined: Self
- Annotations
- @inline()
- def setSocket(value: Socket): Self
- Annotations
- @inline()
- def setSocketUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self