trait Http2Stream extends Object with StObject
- Annotations
- @JSType() @native()
- Source
- Http2Stream.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http2Stream
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val aborted: Boolean
- def addListener(event: Symbol, listener: Function1[Any, Unit]): Http2Stream.this.type
- def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Stream.this.type
- def addListener_aborted(event: aborted, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_close(event: close, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_drain(event: drain, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_end(event: end, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_error(event: error, listener: Function1[Error, Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_finish(event: finish, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_frameError(event: frameError, listener: Function2[Double, Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_streamClosed(event: streamClosed, listener: Function1[Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_timeout(event: timeout, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_trailers(event: trailers, listener: Function2[IncomingHttpHeaders, Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_wantTrailers(event: wantTrailers, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("addListener")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bufferSize: Double
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def close(code: Unit, callback: Function0[Unit]): Unit
- def close(code: Double, callback: Function0[Unit]): Unit
- def close(code: Double): Unit
- def close(): Unit
- val closed: Boolean
- val destroyed: Boolean
- def emit(event: Symbol, args: Any*): Boolean
- def emit(event: scala.Predef.String, args: Any*): Boolean
- def emit_aborted(event: aborted): Boolean
- Annotations
- @JSName("emit")
- def emit_close(event: close): Boolean
- Annotations
- @JSName("emit")
- def emit_data(event: data, chunk: scala.Predef.String): Boolean
- Annotations
- @JSName("emit")
- def emit_data(event: data, chunk: Buffer): Boolean
- Annotations
- @JSName("emit")
- def emit_drain(event: drain): Boolean
- Annotations
- @JSName("emit")
- def emit_end(event: end): Boolean
- Annotations
- @JSName("emit")
- def emit_error(event: error, err: Error): Boolean
- Annotations
- @JSName("emit")
- def emit_finish(event: finish): Boolean
- Annotations
- @JSName("emit")
- def emit_frameError(event: frameError, frameType: Double, errorCode: Double): Boolean
- Annotations
- @JSName("emit")
- def emit_pipe(event: pipe, src: Readable): Boolean
- Annotations
- @JSName("emit")
- def emit_streamClosed(event: streamClosed, code: Double): Boolean
- Annotations
- @JSName("emit")
- def emit_timeout(event: timeout): Boolean
- Annotations
- @JSName("emit")
- def emit_trailers(event: trailers, trailers: IncomingHttpHeaders, flags: Double): Boolean
- Annotations
- @JSName("emit")
- def emit_unpipe(event: unpipe, src: Readable): Boolean
- Annotations
- @JSName("emit")
- def emit_wantTrailers(event: wantTrailers): Boolean
- Annotations
- @JSName("emit")
- 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.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val id: UndefOr[Double]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def on(event: Symbol, listener: Function1[Any, Unit]): Http2Stream.this.type
- def on(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Stream.this.type
- def on_aborted(event: aborted, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_close(event: close, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_drain(event: drain, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_end(event: end, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_error(event: error, listener: Function1[Error, Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_finish(event: finish, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_frameError(event: frameError, listener: Function2[Double, Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_streamClosed(event: streamClosed, listener: Function1[Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_timeout(event: timeout, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_trailers(event: trailers, listener: Function2[IncomingHttpHeaders, Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def on_wantTrailers(event: wantTrailers, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("on")
- def once(event: Symbol, listener: Function1[Any, Unit]): Http2Stream.this.type
- def once(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Stream.this.type
- def once_aborted(event: aborted, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_close(event: close, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_drain(event: drain, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_end(event: end, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_error(event: error, listener: Function1[Error, Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_finish(event: finish, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_frameError(event: frameError, listener: Function2[Double, Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_streamClosed(event: streamClosed, listener: Function1[Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_timeout(event: timeout, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_trailers(event: trailers, listener: Function2[IncomingHttpHeaders, Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- def once_wantTrailers(event: wantTrailers, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("once")
- val pending: Boolean
- def prependListener(event: Symbol, listener: Function1[Any, Unit]): Http2Stream.this.type
- def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Stream.this.type
- def prependListener_aborted(event: aborted, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_close(event: close, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_drain(event: drain, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_end(event: end, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_error(event: error, listener: Function1[Error, Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_finish(event: finish, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_frameError(event: frameError, listener: Function2[Double, Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_streamClosed(event: streamClosed, listener: Function1[Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_timeout(event: timeout, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_trailers(event: trailers, listener: Function2[IncomingHttpHeaders, Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_wantTrailers(event: wantTrailers, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): Http2Stream.this.type
- def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Stream.this.type
- def prependOnceListener_aborted(event: aborted, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_close(event: close, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_drain(event: drain, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_end(event: end, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_error(event: error, listener: Function1[Error, Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_finish(event: finish, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_frameError(event: frameError, listener: Function2[Double, Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_streamClosed(event: streamClosed, listener: Function1[Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_timeout(event: timeout, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_trailers(event: trailers, listener: Function2[IncomingHttpHeaders, Double, Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_wantTrailers(event: wantTrailers, listener: Function0[Unit]): Http2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def priority(options: StreamPriorityOptions): Unit
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- val rstCode: Double
- def sendTrailers(headers: OutgoingHttpHeaders): Unit
- val sentHeaders: OutgoingHttpHeaders
- val sentInfoHeaders: UndefOr[Array[OutgoingHttpHeaders]]
- val sentTrailers: UndefOr[OutgoingHttpHeaders]
- val session: Http2Session
- def setTimeout(msecs: Double, callback: Function0[Unit]): Unit
- def setTimeout(msecs: Double): Unit
- val state: StreamState
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated