package http2Mod
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- http2Mod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait AlternativeServiceOptions extends Object with StObject
- Annotations
- @JSType() @native()
- trait ClientHttp2Session extends Object with StObject
- Annotations
- @JSType() @native()
- trait ClientHttp2Stream extends Object with StObject
- Annotations
- @JSType() @native()
- trait ClientSessionOptions extends Object with StObject with SessionOptions
- Annotations
- @JSType() @native()
- trait ClientSessionRequestOptions extends Object with StObject
- Annotations
- @JSType() @native()
- trait HTTP2ServerCommon extends Object with StObject
- Annotations
- @JSType() @native()
- trait Http2SecureServer extends Object with StObject with HTTP2ServerCommon
- Annotations
- @JSType() @native()
- trait Http2Server extends Object with StObject with HTTP2ServerCommon
- Annotations
- @JSType() @native()
- class Http2ServerRequest extends Object with StObject
- Annotations
- @JSType() @JSImport("http2", "Http2ServerRequest") @native()
- class Http2ServerResponse extends Object with StObject
- Annotations
- @JSType() @JSImport("http2", "Http2ServerResponse") @native()
- trait Http2Session extends Object with StObject
- Annotations
- @JSType() @native()
- trait Http2Stream extends Object with StObject
- Annotations
- @JSType() @native()
- trait IncomingHttpHeaders extends Object with StObject with httpMod.IncomingHttpHeaders
- Annotations
- @JSType() @native()
- trait IncomingHttpStatusHeader extends Object with StObject
- Annotations
- @JSType() @native()
- trait SecureClientSessionOptions extends Object with StObject with ClientSessionOptions with ConnectionOptions
- Annotations
- @JSType() @native()
- trait SecureServerOptions extends Object with StObject with SecureServerSessionOptions
- Annotations
- @JSType() @native()
- trait SecureServerSessionOptions extends Object with StObject with ServerSessionOptions with TlsOptions
- Annotations
- @JSType() @native()
- trait ServerHttp2Session extends Object with StObject
- Annotations
- @JSType() @native()
- trait ServerHttp2Stream extends Object with StObject
- Annotations
- @JSType() @native()
- type ServerOptions = ServerSessionOptions
- trait ServerSessionOptions extends Object with StObject with SessionOptions
- Annotations
- @JSType() @native()
- trait ServerStreamFileResponseOptions extends Object with StObject
- Annotations
- @JSType() @native()
- trait ServerStreamFileResponseOptionsWithError extends Object with StObject with ServerStreamFileResponseOptions
- Annotations
- @JSType() @native()
- trait ServerStreamResponseOptions extends Object with StObject
- Annotations
- @JSType() @native()
- trait SessionOptions extends Object with StObject
- Annotations
- @JSType() @native()
- trait SessionState extends Object with StObject
- Annotations
- @JSType() @native()
- trait Settings extends Object with StObject
- Annotations
- @JSType() @native()
- trait StatOptions extends Object with StObject
- Annotations
- @JSType() @native()
- trait StreamPriorityOptions extends Object with StObject
- Annotations
- @JSType() @native()
- trait StreamState extends Object with StObject
- Annotations
- @JSType() @native()
Value Members
- 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[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer
- Annotations
- @inline()
- def createSecureServer(options: SecureServerOptions): Http2SecureServer
- Annotations
- @inline()
- def createSecureServer(onRequestHandler: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer
- Annotations
- @inline()
- def createSecureServer(): Http2SecureServer
- Annotations
- @inline()
- def createServer(options: ServerOptions, onRequestHandler: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server
- Annotations
- @inline()
- def createServer(options: ServerOptions): Http2Server
- Annotations
- @inline()
- def createServer(onRequestHandler: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server
- Annotations
- @inline()
- def createServer(): Http2Server
- Annotations
- @inline()
- def getDefaultSettings(): Settings
- Annotations
- @inline()
- def getPackedSettings(settings: Settings): Buffer
- Annotations
- @inline()
- def getUnpackedSettings(buf: Uint8Array): Settings
- Annotations
- @inline()
- def sensitiveHeaders: Symbol
- Annotations
- @inline()
- object AlternativeServiceOptions
- object ClientSessionOptions
- object ClientSessionRequestOptions
- object IncomingHttpHeaders
- object IncomingHttpStatusHeader
- object SecureClientSessionOptions
- object SecureServerOptions
- object SecureServerSessionOptions
- object ServerSessionOptions
- object ServerStreamFileResponseOptions
- object ServerStreamFileResponseOptionsWithError
- object ServerStreamResponseOptions
- object SessionOptions
- object SessionState
- object Settings
- object StatOptions
- object StreamPriorityOptions
- object StreamState
- object ^ extends Object with StObject
- Annotations
- @JSImport("http2", JSImport.Namespace) @native()
- object constants