object nodeHttpsMod
- Source
- nodeHttpsMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- nodeHttpsMod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class Agent extends httpsMod.Agent
- Annotations
- @JSType() @JSImport("node:https", "Agent") @native()
- class Server extends Object with StObject
- Annotations
- @JSType() @JSImport("node:https", "Server") @native()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ^: Any
- Annotations
- @JSImport("node:https", JSImport.Namespace) @native()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def createServer(requestListener: RequestListener): httpsMod.Server
- Annotations
- @inline()
- def createServer(options: ServerOptions, requestListener: RequestListener): httpsMod.Server
- Annotations
- @inline()
- def createServer(options: ServerOptions): httpsMod.Server
- Annotations
- @inline()
- def createServer(): httpsMod.Server
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get(url: java.lang.String, options: RequestOptions, callback: Function1[IncomingMessage, Unit]): ClientRequest
- Annotations
- @inline()
- def get(url: java.lang.String, options: RequestOptions): ClientRequest
- Annotations
- @inline()
- def get(url: URL_, options: RequestOptions, callback: Function1[IncomingMessage, Unit]): ClientRequest
- Annotations
- @inline()
- def get(url: URL_, options: RequestOptions): ClientRequest
- Annotations
- @inline()
- def get(options: java.lang.String, callback: Function1[IncomingMessage, Unit]): ClientRequest
- Annotations
- @inline()
- def get(options: java.lang.String): ClientRequest
- Annotations
- @inline()
- def get(options: URL_, callback: Function1[IncomingMessage, Unit]): ClientRequest
- Annotations
- @inline()
- def get(options: URL_): ClientRequest
- Annotations
- @inline()
- def get(options: RequestOptions, callback: Function1[IncomingMessage, Unit]): ClientRequest
- Annotations
- @inline()
- def get(options: RequestOptions): ClientRequest
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def globalAgent: httpsMod.Agent
- Annotations
- @JSImport("node:https", "globalAgent") @native()
- def globalAgent_=(x: httpsMod.Agent): Unit
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def request(url: java.lang.String, options: RequestOptions, callback: Function1[IncomingMessage, Unit]): ClientRequest
- Annotations
- @inline()
- def request(url: java.lang.String, options: RequestOptions): ClientRequest
- Annotations
- @inline()
- def request(url: URL_, options: RequestOptions, callback: Function1[IncomingMessage, Unit]): ClientRequest
- Annotations
- @inline()
- def request(url: URL_, options: RequestOptions): ClientRequest
- Annotations
- @inline()
- def request(options: java.lang.String, callback: Function1[IncomingMessage, Unit]): ClientRequest
- Annotations
- @inline()
- def request(options: java.lang.String): ClientRequest
- Annotations
- @inline()
- def request(options: URL_, callback: Function1[IncomingMessage, Unit]): ClientRequest
- Annotations
- @inline()
- def request(options: URL_): ClientRequest
- Annotations
- @inline()
- def request(options: RequestOptions, callback: Function1[IncomingMessage, Unit]): ClientRequest
- Annotations
- @inline()
- def request(options: RequestOptions): ClientRequest
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated