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