trait Http2Stream extends Object with StObject

Annotations
@JSType() @native()
Source
Http2Stream.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http2Stream
  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. val aborted: Boolean
  5. def addListener(event: Symbol, listener: Function1[Any, Unit]): Http2Stream.this.type
  6. def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Stream.this.type
  7. def addListener_aborted(event: aborted, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  8. def addListener_close(event: close, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  9. def addListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  10. def addListener_drain(event: drain, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  11. def addListener_end(event: end, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  12. def addListener_error(event: error, listener: Function1[Error, Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  13. def addListener_finish(event: finish, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  14. def addListener_frameError(event: frameError, listener: Function2[Double, Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  15. def addListener_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  16. def addListener_streamClosed(event: streamClosed, listener: Function1[Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  17. def addListener_timeout(event: timeout, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  18. def addListener_trailers(event: trailers, listener: Function2[IncomingHttpHeaders, Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  19. def addListener_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  20. def addListener_wantTrailers(event: wantTrailers, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("addListener")
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. val bufferSize: Double
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  24. def close(code: Unit, callback: Function0[Unit]): Unit
  25. def close(code: Double, callback: Function0[Unit]): Unit
  26. def close(code: Double): Unit
  27. def close(): Unit
  28. val closed: Boolean
  29. val destroyed: Boolean
  30. def emit(event: Symbol, args: Any*): Boolean
  31. def emit(event: scala.Predef.String, args: Any*): Boolean
  32. def emit_aborted(event: aborted): Boolean
    Annotations
    @JSName("emit")
  33. def emit_close(event: close): Boolean
    Annotations
    @JSName("emit")
  34. def emit_data(event: data, chunk: scala.Predef.String): Boolean
    Annotations
    @JSName("emit")
  35. def emit_data(event: data, chunk: Buffer): Boolean
    Annotations
    @JSName("emit")
  36. def emit_drain(event: drain): Boolean
    Annotations
    @JSName("emit")
  37. def emit_end(event: end): Boolean
    Annotations
    @JSName("emit")
  38. def emit_error(event: error, err: Error): Boolean
    Annotations
    @JSName("emit")
  39. def emit_finish(event: finish): Boolean
    Annotations
    @JSName("emit")
  40. def emit_frameError(event: frameError, frameType: Double, errorCode: Double): Boolean
    Annotations
    @JSName("emit")
  41. def emit_pipe(event: pipe, src: Readable): Boolean
    Annotations
    @JSName("emit")
  42. def emit_streamClosed(event: streamClosed, code: Double): Boolean
    Annotations
    @JSName("emit")
  43. def emit_timeout(event: timeout): Boolean
    Annotations
    @JSName("emit")
  44. def emit_trailers(event: trailers, trailers: IncomingHttpHeaders, flags: Double): Boolean
    Annotations
    @JSName("emit")
  45. def emit_unpipe(event: unpipe, src: Readable): Boolean
    Annotations
    @JSName("emit")
  46. def emit_wantTrailers(event: wantTrailers): Boolean
    Annotations
    @JSName("emit")
  47. val endAfterHeaders: Boolean

    Set the true if the END_STREAM flag was set in the request or response HEADERS frame received, indicating that no additional data should be received and the readable side of the Http2Stream will be closed.

  48. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  50. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  51. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  52. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  53. val id: UndefOr[Double]
  54. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  55. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  58. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  59. def on(event: Symbol, listener: Function1[Any, Unit]): Http2Stream.this.type
  60. def on(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Stream.this.type
  61. def on_aborted(event: aborted, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  62. def on_close(event: close, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  63. def on_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  64. def on_drain(event: drain, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  65. def on_end(event: end, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  66. def on_error(event: error, listener: Function1[Error, Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  67. def on_finish(event: finish, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  68. def on_frameError(event: frameError, listener: Function2[Double, Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  69. def on_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  70. def on_streamClosed(event: streamClosed, listener: Function1[Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  71. def on_timeout(event: timeout, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  72. def on_trailers(event: trailers, listener: Function2[IncomingHttpHeaders, Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  73. def on_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  74. def on_wantTrailers(event: wantTrailers, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("on")
  75. def once(event: Symbol, listener: Function1[Any, Unit]): Http2Stream.this.type
  76. def once(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Stream.this.type
  77. def once_aborted(event: aborted, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  78. def once_close(event: close, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  79. def once_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  80. def once_drain(event: drain, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  81. def once_end(event: end, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  82. def once_error(event: error, listener: Function1[Error, Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  83. def once_finish(event: finish, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  84. def once_frameError(event: frameError, listener: Function2[Double, Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  85. def once_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  86. def once_streamClosed(event: streamClosed, listener: Function1[Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  87. def once_timeout(event: timeout, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  88. def once_trailers(event: trailers, listener: Function2[IncomingHttpHeaders, Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  89. def once_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  90. def once_wantTrailers(event: wantTrailers, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("once")
  91. val pending: Boolean
  92. def prependListener(event: Symbol, listener: Function1[Any, Unit]): Http2Stream.this.type
  93. def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Stream.this.type
  94. def prependListener_aborted(event: aborted, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  95. def prependListener_close(event: close, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  96. def prependListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  97. def prependListener_drain(event: drain, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  98. def prependListener_end(event: end, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  99. def prependListener_error(event: error, listener: Function1[Error, Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  100. def prependListener_finish(event: finish, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  101. def prependListener_frameError(event: frameError, listener: Function2[Double, Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  102. def prependListener_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  103. def prependListener_streamClosed(event: streamClosed, listener: Function1[Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  104. def prependListener_timeout(event: timeout, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  105. def prependListener_trailers(event: trailers, listener: Function2[IncomingHttpHeaders, Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  106. def prependListener_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  107. def prependListener_wantTrailers(event: wantTrailers, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependListener")
  108. def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): Http2Stream.this.type
  109. def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Stream.this.type
  110. def prependOnceListener_aborted(event: aborted, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  111. def prependOnceListener_close(event: close, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  112. def prependOnceListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  113. def prependOnceListener_drain(event: drain, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  114. def prependOnceListener_end(event: end, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  115. def prependOnceListener_error(event: error, listener: Function1[Error, Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  116. def prependOnceListener_finish(event: finish, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  117. def prependOnceListener_frameError(event: frameError, listener: Function2[Double, Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  118. def prependOnceListener_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  119. def prependOnceListener_streamClosed(event: streamClosed, listener: Function1[Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  120. def prependOnceListener_timeout(event: timeout, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  121. def prependOnceListener_trailers(event: trailers, listener: Function2[IncomingHttpHeaders, Double, Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  122. def prependOnceListener_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  123. def prependOnceListener_wantTrailers(event: wantTrailers, listener: Function0[Unit]): Http2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  124. def priority(options: StreamPriorityOptions): Unit
  125. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  126. val rstCode: Double
  127. def sendTrailers(headers: OutgoingHttpHeaders): Unit
  128. val sentHeaders: OutgoingHttpHeaders
  129. val sentInfoHeaders: UndefOr[Array[OutgoingHttpHeaders]]
  130. val sentTrailers: UndefOr[OutgoingHttpHeaders]
  131. val session: Http2Session
  132. def setTimeout(msecs: Double, callback: Function0[Unit]): Unit
  133. def setTimeout(msecs: Double): Unit
  134. val state: StreamState
  135. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  136. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  137. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  138. def valueOf(): Any
    Definition Classes
    Object
  139. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  140. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  141. 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