implicit final class TLSSocketOptionsMutableBuilder[Self <: TLSSocketOptions] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TLSSocketOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TLSSocketOptionsMutableBuilder(x: Self)
Value Members
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def setIsServer(value: Boolean): Self
- Annotations
- @inline()
- def setIsServerUndefined: Self
- Annotations
- @inline()
- def setRequestOCSP(value: Boolean): Self
- Annotations
- @inline()
- def setRequestOCSPUndefined: Self
- Annotations
- @inline()
- def setServer(value: Server): Self
- Annotations
- @inline()
- def setServerUndefined: Self
- Annotations
- @inline()
- def setSession(value: Buffer): Self
- Annotations
- @inline()
- def setSessionUndefined: Self
- Annotations
- @inline()
- val x: Self