t

fs2.internal.jsdeps.node.http2Mod

Http2SecureServer

trait Http2SecureServer extends Object with StObject with HTTP2ServerCommon

Annotations
@JSType() @native()
Source
Http2SecureServer.scala
Linear Supertypes
HTTP2ServerCommon, StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http2SecureServer
  2. HTTP2ServerCommon
  3. StObject
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def addListener(event: Symbol, listener: Function1[Any, Unit]): Http2SecureServer.this.type
  5. def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2SecureServer.this.type
  6. def addListener_checkContinue(event: checkContinue, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("addListener")
  7. def addListener_request(event: request, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("addListener")
  8. def addListener_session(event: session, listener: Function1[ServerHttp2Session, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("addListener")
  9. def addListener_sessionError(event: sessionError, listener: Function1[Error, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("addListener")
  10. def addListener_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("addListener")
  11. def addListener_timeout(event: timeout, listener: Function0[Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("addListener")
  12. def addListener_unknownProtocol(event: unknownProtocol, listener: Function1[TLSSocket, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("addListener")
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  15. def emit(event: Symbol, args: Any*): Boolean
  16. def emit(event: scala.Predef.String, args: Any*): Boolean
  17. def emit_checkContinue(event: checkContinue, request: Http2ServerRequest, response: Http2ServerResponse): Boolean
    Annotations
    @JSName("emit")
  18. def emit_request(event: request, request: Http2ServerRequest, response: Http2ServerResponse): Boolean
    Annotations
    @JSName("emit")
  19. def emit_session(event: session, session: ServerHttp2Session): Boolean
    Annotations
    @JSName("emit")
  20. def emit_sessionError(event: sessionError, err: Error): Boolean
    Annotations
    @JSName("emit")
  21. def emit_stream(event: stream, stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: Double): Boolean
    Annotations
    @JSName("emit")
  22. def emit_timeout(event: timeout): Boolean
    Annotations
    @JSName("emit")
  23. def emit_unknownProtocol(event: unknownProtocol, socket: TLSSocket): Boolean
    Annotations
    @JSName("emit")
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. def on(event: Symbol, listener: Function1[Any, Unit]): Http2SecureServer.this.type
  35. def on(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2SecureServer.this.type
  36. def on_checkContinue(event: checkContinue, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("on")
  37. def on_request(event: request, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("on")
  38. def on_session(event: session, listener: Function1[ServerHttp2Session, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("on")
  39. def on_sessionError(event: sessionError, listener: Function1[Error, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("on")
  40. def on_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("on")
  41. def on_timeout(event: timeout, listener: Function0[Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("on")
  42. def on_unknownProtocol(event: unknownProtocol, listener: Function1[TLSSocket, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("on")
  43. def once(event: Symbol, listener: Function1[Any, Unit]): Http2SecureServer.this.type
  44. def once(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2SecureServer.this.type
  45. def once_checkContinue(event: checkContinue, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("once")
  46. def once_request(event: request, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("once")
  47. def once_session(event: session, listener: Function1[ServerHttp2Session, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("once")
  48. def once_sessionError(event: sessionError, listener: Function1[Error, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("once")
  49. def once_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("once")
  50. def once_timeout(event: timeout, listener: Function0[Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("once")
  51. def once_unknownProtocol(event: unknownProtocol, listener: Function1[TLSSocket, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("once")
  52. def prependListener(event: Symbol, listener: Function1[Any, Unit]): Http2SecureServer.this.type
  53. def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2SecureServer.this.type
  54. def prependListener_checkContinue(event: checkContinue, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependListener")
  55. def prependListener_request(event: request, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependListener")
  56. def prependListener_session(event: session, listener: Function1[ServerHttp2Session, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependListener")
  57. def prependListener_sessionError(event: sessionError, listener: Function1[Error, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependListener")
  58. def prependListener_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependListener")
  59. def prependListener_timeout(event: timeout, listener: Function0[Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependListener")
  60. def prependListener_unknownProtocol(event: unknownProtocol, listener: Function1[TLSSocket, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependListener")
  61. def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): Http2SecureServer.this.type
  62. def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2SecureServer.this.type
  63. def prependOnceListener_checkContinue(event: checkContinue, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependOnceListener")
  64. def prependOnceListener_request(event: request, listener: Function2[Http2ServerRequest, Http2ServerResponse, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependOnceListener")
  65. def prependOnceListener_session(event: session, listener: Function1[ServerHttp2Session, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependOnceListener")
  66. def prependOnceListener_sessionError(event: sessionError, listener: Function1[Error, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependOnceListener")
  67. def prependOnceListener_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependOnceListener")
  68. def prependOnceListener_timeout(event: timeout, listener: Function0[Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependOnceListener")
  69. def prependOnceListener_unknownProtocol(event: unknownProtocol, listener: Function1[TLSSocket, Unit]): Http2SecureServer.this.type
    Annotations
    @JSName("prependOnceListener")
  70. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  71. def setTimeout(msec: Unit, callback: Function0[Unit]): Http2SecureServer.this.type
    Definition Classes
    HTTP2ServerCommon
  72. def setTimeout(msec: Double, callback: Function0[Unit]): Http2SecureServer.this.type
    Definition Classes
    HTTP2ServerCommon
  73. def setTimeout(msec: Double): Http2SecureServer.this.type
    Definition Classes
    HTTP2ServerCommon
  74. def setTimeout(): Http2SecureServer.this.type
    Definition Classes
    HTTP2ServerCommon
  75. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  76. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  77. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  78. def updateSettings(settings: Settings): Unit

    Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values.

    Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values. Throws ERR_INVALID_ARG_TYPE for invalid settings argument.

    Definition Classes
    HTTP2ServerCommon
  79. def valueOf(): Any
    Definition Classes
    Object
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from HTTP2ServerCommon

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped