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

Inherited from AnyVal

Inherited from Any

Ungrouped