package http2Mod

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

Type Members

  1. trait AlternativeServiceOptions extends Object with StObject
    Annotations
    @JSType() @native()
  2. trait ClientHttp2Session extends Object with StObject
    Annotations
    @JSType() @native()
  3. trait ClientHttp2Stream extends Object with StObject
    Annotations
    @JSType() @native()
  4. trait ClientSessionOptions extends Object with StObject with SessionOptions
    Annotations
    @JSType() @native()
  5. trait ClientSessionRequestOptions extends Object with StObject
    Annotations
    @JSType() @native()
  6. trait HTTP2ServerCommon extends Object with StObject
    Annotations
    @JSType() @native()
  7. trait Http2SecureServer extends Object with StObject with HTTP2ServerCommon
    Annotations
    @JSType() @native()
  8. trait Http2Server extends Object with StObject with HTTP2ServerCommon
    Annotations
    @JSType() @native()
  9. class Http2ServerRequest extends Object with StObject
    Annotations
    @JSType() @JSImport("http2", "Http2ServerRequest") @native()
  10. class Http2ServerResponse extends Object with StObject
    Annotations
    @JSType() @JSImport("http2", "Http2ServerResponse") @native()
  11. trait Http2Session extends Object with StObject
    Annotations
    @JSType() @native()
  12. trait Http2Stream extends Object with StObject
    Annotations
    @JSType() @native()
  13. trait IncomingHttpHeaders extends Object with StObject with httpMod.IncomingHttpHeaders
    Annotations
    @JSType() @native()
  14. trait IncomingHttpStatusHeader extends Object with StObject
    Annotations
    @JSType() @native()
  15. trait SecureClientSessionOptions extends Object with StObject with ClientSessionOptions with ConnectionOptions
    Annotations
    @JSType() @native()
  16. trait SecureServerOptions extends Object with StObject with SecureServerSessionOptions
    Annotations
    @JSType() @native()
  17. trait SecureServerSessionOptions extends Object with StObject with ServerSessionOptions with TlsOptions
    Annotations
    @JSType() @native()
  18. trait ServerHttp2Session extends Object with StObject
    Annotations
    @JSType() @native()
  19. trait ServerHttp2Stream extends Object with StObject
    Annotations
    @JSType() @native()
  20. type ServerOptions = ServerSessionOptions
  21. trait ServerSessionOptions extends Object with StObject with SessionOptions
    Annotations
    @JSType() @native()
  22. trait ServerStreamFileResponseOptions extends Object with StObject
    Annotations
    @JSType() @native()
  23. trait ServerStreamFileResponseOptionsWithError extends Object with StObject with ServerStreamFileResponseOptions
    Annotations
    @JSType() @native()
  24. trait ServerStreamResponseOptions extends Object with StObject
    Annotations
    @JSType() @native()
  25. trait SessionOptions extends Object with StObject
    Annotations
    @JSType() @native()
  26. trait SessionState extends Object with StObject
    Annotations
    @JSType() @native()
  27. trait Settings extends Object with StObject
    Annotations
    @JSType() @native()
  28. trait StatOptions extends Object with StObject
    Annotations
    @JSType() @native()
  29. trait StreamPriorityOptions extends Object with StObject
    Annotations
    @JSType() @native()
  30. trait StreamState extends Object with StObject
    Annotations
    @JSType() @native()

Value Members

  1. def connect(authority: java.lang.String, options: Unit, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  2. def connect(authority: java.lang.String, options: SecureClientSessionOptions, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  3. def connect(authority: java.lang.String, options: SecureClientSessionOptions): ClientHttp2Session
    Annotations
    @inline()
  4. def connect(authority: java.lang.String, options: ClientSessionOptions, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  5. def connect(authority: java.lang.String, options: ClientSessionOptions): ClientHttp2Session
    Annotations
    @inline()
  6. def connect(authority: java.lang.String, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  7. def connect(authority: java.lang.String): ClientHttp2Session
    Annotations
    @inline()
  8. def connect(authority: URL_, options: Unit, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  9. def connect(authority: URL_, options: SecureClientSessionOptions, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  10. def connect(authority: URL_, options: SecureClientSessionOptions): ClientHttp2Session
    Annotations
    @inline()
  11. def connect(authority: URL_, options: ClientSessionOptions, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  12. def connect(authority: URL_, options: ClientSessionOptions): ClientHttp2Session
    Annotations
    @inline()
  13. def connect(authority: URL_, listener: Function2[ClientHttp2Session, |[Socket, TLSSocket], Unit]): ClientHttp2Session
    Annotations
    @inline()
  14. def connect(authority: URL_): ClientHttp2Session
    Annotations
    @inline()
  15. def createSecureServer(options: SecureServerOptions, onRequestHandler: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer
    Annotations
    @inline()
  16. def createSecureServer(options: SecureServerOptions): Http2SecureServer
    Annotations
    @inline()
  17. def createSecureServer(onRequestHandler: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer
    Annotations
    @inline()
  18. def createSecureServer(): Http2SecureServer
    Annotations
    @inline()
  19. def createServer(options: ServerOptions, onRequestHandler: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server
    Annotations
    @inline()
  20. def createServer(options: ServerOptions): Http2Server
    Annotations
    @inline()
  21. def createServer(onRequestHandler: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2Server
    Annotations
    @inline()
  22. def createServer(): Http2Server
    Annotations
    @inline()
  23. def getDefaultSettings(): Settings
    Annotations
    @inline()
  24. def getPackedSettings(settings: Settings): Buffer
    Annotations
    @inline()
  25. def getUnpackedSettings(buf: Uint8Array): Settings
    Annotations
    @inline()
  26. def sensitiveHeaders: Symbol
    Annotations
    @inline()
  27. object AlternativeServiceOptions
  28. object ClientSessionOptions
  29. object ClientSessionRequestOptions
  30. object IncomingHttpHeaders
  31. object IncomingHttpStatusHeader
  32. object SecureClientSessionOptions
  33. object SecureServerOptions
  34. object SecureServerSessionOptions
  35. object ServerSessionOptions
  36. object ServerStreamFileResponseOptions
  37. object ServerStreamFileResponseOptionsWithError
  38. object ServerStreamResponseOptions
  39. object SessionOptions
  40. object SessionState
  41. object Settings
  42. object StatOptions
  43. object StreamPriorityOptions
  44. object StreamState
  45. object ^ extends Object with StObject
    Annotations
    @JSImport("http2", JSImport.Namespace) @native()
  46. object constants

Inherited from AnyRef

Inherited from Any

Ungrouped