Packages

o

fs2.internal.jsdeps.node

nodeHttpsMod

object nodeHttpsMod

Source
nodeHttpsMod.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nodeHttpsMod
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Agent extends httpsMod.Agent
    Annotations
    @JSType() @JSImport("node:https", "Agent") @native()
  2. class Server extends Object with StObject
    Annotations
    @JSType() @JSImport("node:https", "Server") @native()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ^: Any
    Annotations
    @JSImport("node:https", JSImport.Namespace) @native()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def createServer(requestListener: RequestListener): httpsMod.Server
    Annotations
    @inline()
  8. def createServer(options: ServerOptions, requestListener: RequestListener): httpsMod.Server
    Annotations
    @inline()
  9. def createServer(options: ServerOptions): httpsMod.Server
    Annotations
    @inline()
  10. def createServer(): httpsMod.Server
    Annotations
    @inline()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def get(url: java.lang.String, options: RequestOptions, callback: Function1[IncomingMessage, Unit]): ClientRequest
    Annotations
    @inline()
  14. def get(url: java.lang.String, options: RequestOptions): ClientRequest
    Annotations
    @inline()
  15. def get(url: URL_, options: RequestOptions, callback: Function1[IncomingMessage, Unit]): ClientRequest
    Annotations
    @inline()
  16. def get(url: URL_, options: RequestOptions): ClientRequest
    Annotations
    @inline()
  17. def get(options: java.lang.String, callback: Function1[IncomingMessage, Unit]): ClientRequest
    Annotations
    @inline()
  18. def get(options: java.lang.String): ClientRequest
    Annotations
    @inline()
  19. def get(options: URL_, callback: Function1[IncomingMessage, Unit]): ClientRequest
    Annotations
    @inline()
  20. def get(options: URL_): ClientRequest
    Annotations
    @inline()
  21. def get(options: RequestOptions, callback: Function1[IncomingMessage, Unit]): ClientRequest
    Annotations
    @inline()
  22. def get(options: RequestOptions): ClientRequest
    Annotations
    @inline()
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def globalAgent: httpsMod.Agent
    Annotations
    @JSImport("node:https", "globalAgent") @native()
  25. def globalAgent_=(x: httpsMod.Agent): Unit
    Annotations
    @inline()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. def request(url: java.lang.String, options: RequestOptions, callback: Function1[IncomingMessage, Unit]): ClientRequest
    Annotations
    @inline()
  32. def request(url: java.lang.String, options: RequestOptions): ClientRequest
    Annotations
    @inline()
  33. def request(url: URL_, options: RequestOptions, callback: Function1[IncomingMessage, Unit]): ClientRequest
    Annotations
    @inline()
  34. def request(url: URL_, options: RequestOptions): ClientRequest
    Annotations
    @inline()
  35. def request(options: java.lang.String, callback: Function1[IncomingMessage, Unit]): ClientRequest
    Annotations
    @inline()
  36. def request(options: java.lang.String): ClientRequest
    Annotations
    @inline()
  37. def request(options: URL_, callback: Function1[IncomingMessage, Unit]): ClientRequest
    Annotations
    @inline()
  38. def request(options: URL_): ClientRequest
    Annotations
    @inline()
  39. def request(options: RequestOptions, callback: Function1[IncomingMessage, Unit]): ClientRequest
    Annotations
    @inline()
  40. def request(options: RequestOptions): ClientRequest
    Annotations
    @inline()
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped