object nodeHttp2Mod
- Source
- nodeHttp2Mod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- nodeHttp2Mod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class Http2ServerRequest extends Object with StObject
- Annotations
- @JSType() @JSImport("node:http2", "Http2ServerRequest") @native()
- class Http2ServerResponse extends Object with StObject
- Annotations
- @JSType() @JSImport("node:http2", "Http2ServerResponse") @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:http2", 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 connect(authority: java.lang.String, options: Unit, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: java.lang.String, options: SecureClientSessionOptions, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: java.lang.String, options: SecureClientSessionOptions): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: java.lang.String, options: ClientSessionOptions, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: java.lang.String, options: ClientSessionOptions): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: java.lang.String, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: java.lang.String): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: URL_, options: Unit, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: URL_, options: SecureClientSessionOptions, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: URL_, options: SecureClientSessionOptions): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: URL_, options: ClientSessionOptions, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: URL_, options: ClientSessionOptions): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: URL_, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
- Annotations
- @inline()
- def connect(authority: URL_): ClientHttp2Session
- Annotations
- @inline()
- def createSecureServer(options: SecureServerOptions, onRequestHandler: Function2[http2Mod.Http2ServerRequest, http2Mod.Http2ServerResponse, Unit]): Http2SecureServer
- Annotations
- @inline()
- def createSecureServer(options: SecureServerOptions): Http2SecureServer
- Annotations
- @inline()
- def createSecureServer(onRequestHandler: Function2[http2Mod.Http2ServerRequest, http2Mod.Http2ServerResponse, Unit]): Http2SecureServer
- Annotations
- @inline()
- def createSecureServer(): Http2SecureServer
- Annotations
- @inline()
- def createServer(options: ServerOptions, onRequestHandler: Function2[http2Mod.Http2ServerRequest, http2Mod.Http2ServerResponse, Unit]): Http2Server
- Annotations
- @inline()
- def createServer(options: ServerOptions): Http2Server
- Annotations
- @inline()
- def createServer(onRequestHandler: Function2[http2Mod.Http2ServerRequest, http2Mod.Http2ServerResponse, Unit]): Http2Server
- Annotations
- @inline()
- def createServer(): Http2Server
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getDefaultSettings(): Settings
- Annotations
- @inline()
- def getPackedSettings(settings: Settings): Buffer
- Annotations
- @inline()
- def getUnpackedSettings(buf: Uint8Array): Settings
- 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()
- val sensitiveHeaders: Symbol
- Annotations
- @JSImport("node:http2", "sensitiveHeaders") @native()
- 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])
- object constants
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated