Packages

c

funstack.lambda.ws.facades.node.httpMod.ClientRequestArgs

ClientRequestArgsMutableBuilder

implicit final class ClientRequestArgsMutableBuilder[Self <: ClientRequestArgs] extends AnyVal

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

Instance Constructors

  1. new ClientRequestArgsMutableBuilder(x: Self)

Value Members

  1. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  2. def setAbort(value: AbortSignal): Self
    Annotations
    @inline()
  3. def setAbortUndefined: Self
    Annotations
    @inline()
  4. def setAgent(value: |[Agent, Boolean]): Self
    Annotations
    @inline()
  5. def setAgentUndefined: Self
    Annotations
    @inline()
  6. def setAuth(value: String): Self
    Annotations
    @inline()
  7. def setAuthNull: Self
    Annotations
    @inline()
  8. def setAuthUndefined: Self
    Annotations
    @inline()
  9. def setCreateConnection(value: (ClientRequestArgs, Function2[Error, Socket, Unit]) => Socket): Self
    Annotations
    @inline()
  10. def setCreateConnectionUndefined: Self
    Annotations
    @inline()
  11. def setDefaultPort(value: |[Double, String]): Self
    Annotations
    @inline()
  12. def setDefaultPortUndefined: Self
    Annotations
    @inline()
  13. def setFamily(value: Double): Self
    Annotations
    @inline()
  14. def setFamilyUndefined: Self
    Annotations
    @inline()
  15. def setHeaders(value: OutgoingHttpHeaders): Self
    Annotations
    @inline()
  16. def setHeadersUndefined: Self
    Annotations
    @inline()
  17. def setHost(value: String): Self
    Annotations
    @inline()
  18. def setHostNull: Self
    Annotations
    @inline()
  19. def setHostUndefined: Self
    Annotations
    @inline()
  20. def setHostname(value: String): Self
    Annotations
    @inline()
  21. def setHostnameNull: Self
    Annotations
    @inline()
  22. def setHostnameUndefined: Self
    Annotations
    @inline()
  23. def setLocalAddress(value: String): Self
    Annotations
    @inline()
  24. def setLocalAddressUndefined: Self
    Annotations
    @inline()
  25. def setLookup(value: (String, LookupOneOptions, Function3[|[ErrnoException, Null], String, Double, Unit]) => Unit): Self
    Annotations
    @inline()
  26. def setLookupUndefined: Self
    Annotations
    @inline()
  27. def setMaxHeaderSize(value: Double): Self
    Annotations
    @inline()
  28. def setMaxHeaderSizeUndefined: Self
    Annotations
    @inline()
  29. def setMethod(value: String): Self
    Annotations
    @inline()
  30. def setMethodUndefined: Self
    Annotations
    @inline()
  31. def setPath(value: String): Self
    Annotations
    @inline()
  32. def setPathNull: Self
    Annotations
    @inline()
  33. def setPathUndefined: Self
    Annotations
    @inline()
  34. def setPort(value: |[Double, String]): Self
    Annotations
    @inline()
  35. def setPortNull: Self
    Annotations
    @inline()
  36. def setPortUndefined: Self
    Annotations
    @inline()
  37. def setProtocol(value: String): Self
    Annotations
    @inline()
  38. def setProtocolNull: Self
    Annotations
    @inline()
  39. def setProtocolUndefined: Self
    Annotations
    @inline()
  40. def setSetHost(value: Boolean): Self
    Annotations
    @inline()
  41. def setSetHostUndefined: Self
    Annotations
    @inline()
  42. def setSocketPath(value: String): Self
    Annotations
    @inline()
  43. def setSocketPathUndefined: Self
    Annotations
    @inline()
  44. def setTimeout(value: Double): Self
    Annotations
    @inline()
  45. def setTimeoutUndefined: Self
    Annotations
    @inline()
  46. def set_defaultAgent(value: Agent): Self
    Annotations
    @inline()
  47. def set_defaultAgentUndefined: Self
    Annotations
    @inline()
  48. val x: Self