trait Http2Server extends Object with StObject with HTTP2ServerCommon

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