Packages

c

funstack.lambda.ws.facades.node.tlsMod.TLSSocketOptions

TLSSocketOptionsMutableBuilder

implicit final class TLSSocketOptionsMutableBuilder[Self <: TLSSocketOptions] extends AnyVal

Annotations
@inline()
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TLSSocketOptionsMutableBuilder
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TLSSocketOptionsMutableBuilder(x: Self)

Value Members

  1. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  2. def setIsServer(value: Boolean): Self
    Annotations
    @inline()
  3. def setIsServerUndefined: Self
    Annotations
    @inline()
  4. def setRequestOCSP(value: Boolean): Self
    Annotations
    @inline()
  5. def setRequestOCSPUndefined: Self
    Annotations
    @inline()
  6. def setServer(value: Server): Self
    Annotations
    @inline()
  7. def setServerUndefined: Self
    Annotations
    @inline()
  8. def setSession(value: Buffer): Self
    Annotations
    @inline()
  9. def setSessionUndefined: Self
    Annotations
    @inline()
  10. val x: Self