Packages

o

fs2.internal.jsdeps.node

nodeHttp2Mod

object nodeHttp2Mod

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

Type Members

  1. class Http2ServerRequest extends Object with StObject
    Annotations
    @JSType() @JSImport("node:http2", "Http2ServerRequest") @native()
  2. class Http2ServerResponse extends Object with StObject
    Annotations
    @JSType() @JSImport("node:http2", "Http2ServerResponse") @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:http2", 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 connect(authority: java.lang.String, options: Unit, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  8. def connect(authority: java.lang.String, options: SecureClientSessionOptions, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  9. def connect(authority: java.lang.String, options: SecureClientSessionOptions): ClientHttp2Session
    Annotations
    @inline()
  10. def connect(authority: java.lang.String, options: ClientSessionOptions, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  11. def connect(authority: java.lang.String, options: ClientSessionOptions): ClientHttp2Session
    Annotations
    @inline()
  12. def connect(authority: java.lang.String, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  13. def connect(authority: java.lang.String): ClientHttp2Session
    Annotations
    @inline()
  14. def connect(authority: URL_, options: Unit, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  15. def connect(authority: URL_, options: SecureClientSessionOptions, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  16. def connect(authority: URL_, options: SecureClientSessionOptions): ClientHttp2Session
    Annotations
    @inline()
  17. def connect(authority: URL_, options: ClientSessionOptions, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  18. def connect(authority: URL_, options: ClientSessionOptions): ClientHttp2Session
    Annotations
    @inline()
  19. def connect(authority: URL_, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  20. def connect(authority: URL_): ClientHttp2Session
    Annotations
    @inline()
  21. def createSecureServer(options: SecureServerOptions, onRequestHandler: Function2[http2Mod.Http2ServerRequest, http2Mod.Http2ServerResponse, Unit]): Http2SecureServer
    Annotations
    @inline()
  22. def createSecureServer(options: SecureServerOptions): Http2SecureServer
    Annotations
    @inline()
  23. def createSecureServer(onRequestHandler: Function2[http2Mod.Http2ServerRequest, http2Mod.Http2ServerResponse, Unit]): Http2SecureServer
    Annotations
    @inline()
  24. def createSecureServer(): Http2SecureServer
    Annotations
    @inline()
  25. def createServer(options: ServerOptions, onRequestHandler: Function2[http2Mod.Http2ServerRequest, http2Mod.Http2ServerResponse, Unit]): Http2Server
    Annotations
    @inline()
  26. def createServer(options: ServerOptions): Http2Server
    Annotations
    @inline()
  27. def createServer(onRequestHandler: Function2[http2Mod.Http2ServerRequest, http2Mod.Http2ServerResponse, Unit]): Http2Server
    Annotations
    @inline()
  28. def createServer(): Http2Server
    Annotations
    @inline()
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  32. def getDefaultSettings(): Settings
    Annotations
    @inline()
  33. def getPackedSettings(settings: Settings): Buffer
    Annotations
    @inline()
  34. def getUnpackedSettings(buf: Uint8Array): Settings
    Annotations
    @inline()
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  40. val sensitiveHeaders: Symbol
    Annotations
    @JSImport("node:http2", "sensitiveHeaders") @native()
  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])
  46. object constants

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