trait Http2Session extends Object with StObject

Annotations
@JSType() @native()
Source
Http2Session.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http2Session
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. 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]): Http2Session.this.type
  5. def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Session.this.type
  6. def addListener_close(event: close, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("addListener")
  7. def addListener_error(event: error, listener: Function1[Error, Unit]): Http2Session.this.type
    Annotations
    @JSName("addListener")
  8. def addListener_frameError(event: frameError, listener: Function3[Double, Double, Double, Unit]): Http2Session.this.type
    Annotations
    @JSName("addListener")
  9. def addListener_goaway(event: goaway, listener: Function3[Double, Double, Buffer, Unit]): Http2Session.this.type
    Annotations
    @JSName("addListener")
  10. def addListener_localSettings(event: localSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
    Annotations
    @JSName("addListener")
  11. def addListener_ping(event: ping, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("addListener")
  12. def addListener_remoteSettings(event: remoteSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
    Annotations
    @JSName("addListener")
  13. def addListener_timeout(event: timeout, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("addListener")
  14. val alpnProtocol: UndefOr[scala.Predef.String]
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  17. def close(callback: Function0[Unit]): Unit
  18. def close(): Unit
  19. val closed: Boolean
  20. val connecting: Boolean
  21. def destroy(error: Unit, code: Double): Unit
  22. def destroy(error: Error, code: Double): Unit
  23. def destroy(error: Error): Unit
  24. def destroy(): Unit
  25. val destroyed: Boolean
  26. def emit(event: Symbol, args: Any*): Boolean
  27. def emit(event: scala.Predef.String, args: Any*): Boolean
  28. def emit_close(event: close): Boolean
    Annotations
    @JSName("emit")
  29. def emit_error(event: error, err: Error): Boolean
    Annotations
    @JSName("emit")
  30. def emit_frameError(event: frameError, frameType: Double, errorCode: Double, streamID: Double): Boolean
    Annotations
    @JSName("emit")
  31. def emit_goaway(event: goaway, errorCode: Double, lastStreamID: Double, opaqueData: Buffer): Boolean
    Annotations
    @JSName("emit")
  32. def emit_localSettings(event: localSettings, settings: Settings): Boolean
    Annotations
    @JSName("emit")
  33. def emit_ping(event: ping): Boolean
    Annotations
    @JSName("emit")
  34. def emit_remoteSettings(event: remoteSettings, settings: Settings): Boolean
    Annotations
    @JSName("emit")
  35. def emit_timeout(event: timeout): Boolean
    Annotations
    @JSName("emit")
  36. val encrypted: UndefOr[Boolean]
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  39. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  40. def goaway(code: Unit, lastStreamID: Unit, opaqueData: ArrayBufferView): Unit
  41. def goaway(code: Unit, lastStreamID: Double, opaqueData: ArrayBufferView): Unit
  42. def goaway(code: Unit, lastStreamID: Double): Unit
  43. def goaway(code: Double, lastStreamID: Unit, opaqueData: ArrayBufferView): Unit
  44. def goaway(code: Double, lastStreamID: Double, opaqueData: ArrayBufferView): Unit
  45. def goaway(code: Double, lastStreamID: Double): Unit
  46. def goaway(code: Double): Unit
  47. def goaway(): Unit
  48. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  52. val localSettings: Settings
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  56. def on(event: Symbol, listener: Function1[Any, Unit]): Http2Session.this.type
  57. def on(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Session.this.type
  58. def on_close(event: close, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("on")
  59. def on_error(event: error, listener: Function1[Error, Unit]): Http2Session.this.type
    Annotations
    @JSName("on")
  60. def on_frameError(event: frameError, listener: Function3[Double, Double, Double, Unit]): Http2Session.this.type
    Annotations
    @JSName("on")
  61. def on_goaway(event: goaway, listener: Function3[Double, Double, Buffer, Unit]): Http2Session.this.type
    Annotations
    @JSName("on")
  62. def on_localSettings(event: localSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
    Annotations
    @JSName("on")
  63. def on_ping(event: ping, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("on")
  64. def on_remoteSettings(event: remoteSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
    Annotations
    @JSName("on")
  65. def on_timeout(event: timeout, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("on")
  66. def once(event: Symbol, listener: Function1[Any, Unit]): Http2Session.this.type
  67. def once(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Session.this.type
  68. def once_close(event: close, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("once")
  69. def once_error(event: error, listener: Function1[Error, Unit]): Http2Session.this.type
    Annotations
    @JSName("once")
  70. def once_frameError(event: frameError, listener: Function3[Double, Double, Double, Unit]): Http2Session.this.type
    Annotations
    @JSName("once")
  71. def once_goaway(event: goaway, listener: Function3[Double, Double, Buffer, Unit]): Http2Session.this.type
    Annotations
    @JSName("once")
  72. def once_localSettings(event: localSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
    Annotations
    @JSName("once")
  73. def once_ping(event: ping, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("once")
  74. def once_remoteSettings(event: remoteSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
    Annotations
    @JSName("once")
  75. def once_timeout(event: timeout, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("once")
  76. val originSet: UndefOr[Array[scala.Predef.String]]
  77. val pendingSettingsAck: Boolean
  78. def ping(payload: ArrayBufferView, callback: Function3[|[Error, Null], Double, Buffer, Unit]): Boolean
  79. def ping(callback: Function3[|[Error, Null], Double, Buffer, Unit]): Boolean
  80. def prependListener(event: Symbol, listener: Function1[Any, Unit]): Http2Session.this.type
  81. def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Session.this.type
  82. def prependListener_close(event: close, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("prependListener")
  83. def prependListener_error(event: error, listener: Function1[Error, Unit]): Http2Session.this.type
    Annotations
    @JSName("prependListener")
  84. def prependListener_frameError(event: frameError, listener: Function3[Double, Double, Double, Unit]): Http2Session.this.type
    Annotations
    @JSName("prependListener")
  85. def prependListener_goaway(event: goaway, listener: Function3[Double, Double, Buffer, Unit]): Http2Session.this.type
    Annotations
    @JSName("prependListener")
  86. def prependListener_localSettings(event: localSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
    Annotations
    @JSName("prependListener")
  87. def prependListener_ping(event: ping, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("prependListener")
  88. def prependListener_remoteSettings(event: remoteSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
    Annotations
    @JSName("prependListener")
  89. def prependListener_timeout(event: timeout, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("prependListener")
  90. def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): Http2Session.this.type
  91. def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Session.this.type
  92. def prependOnceListener_close(event: close, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  93. def prependOnceListener_error(event: error, listener: Function1[Error, Unit]): Http2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  94. def prependOnceListener_frameError(event: frameError, listener: Function3[Double, Double, Double, Unit]): Http2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  95. def prependOnceListener_goaway(event: goaway, listener: Function3[Double, Double, Buffer, Unit]): Http2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  96. def prependOnceListener_localSettings(event: localSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  97. def prependOnceListener_ping(event: ping, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  98. def prependOnceListener_remoteSettings(event: remoteSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  99. def prependOnceListener_timeout(event: timeout, listener: Function0[Unit]): Http2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  100. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  101. def ref(): Unit
  102. val remoteSettings: Settings
  103. def setLocalWindowSize(windowSize: Double): Unit
  104. def setTimeout(msecs: Double, callback: Function0[Unit]): Unit
  105. def setTimeout(msecs: Double): Unit
  106. def settings(settings: Settings): Unit
  107. val socket: |[Socket, TLSSocket]
  108. val state: SessionState
  109. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  110. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  111. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  112. val type: Double
  113. def unref(): Unit
  114. def valueOf(): Any
    Definition Classes
    Object
  115. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  116. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  117. 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 StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped