t

fs2.internal.jsdeps.node.http2Mod

ClientHttp2Stream

trait ClientHttp2Stream extends Object with StObject

Annotations
@JSType() @native()
Source
ClientHttp2Stream.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientHttp2Stream
  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]): ClientHttp2Stream.this.type
  5. def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
  6. def addListener_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream.this.type
    Annotations
    @JSName("addListener")
  7. def addListener_headers(event: headers, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("addListener")
  8. def addListener_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("addListener")
  9. def addListener_response(event: response, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("addListener")
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  12. def emit(event: Symbol, args: Any*): Boolean
  13. def emit(event: scala.Predef.String, args: Any*): Boolean
  14. def emit_continue(event: continue): Boolean
    Annotations
    @JSName("emit")
  15. def emit_headers(event: headers, headers: IncomingHttpHeaders with IncomingHttpStatusHeader, flags: Double): Boolean
    Annotations
    @JSName("emit")
  16. def emit_push(event: push, headers: IncomingHttpHeaders, flags: Double): Boolean
    Annotations
    @JSName("emit")
  17. def emit_response(event: response, headers: IncomingHttpHeaders with IncomingHttpStatusHeader, flags: Double): Boolean
    Annotations
    @JSName("emit")
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. def on(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
  29. def on(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
  30. def on_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream.this.type
    Annotations
    @JSName("on")
  31. def on_headers(event: headers, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("on")
  32. def on_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("on")
  33. def on_response(event: response, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("on")
  34. def once(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
  35. def once(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
  36. def once_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream.this.type
    Annotations
    @JSName("once")
  37. def once_headers(event: headers, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("once")
  38. def once_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("once")
  39. def once_response(event: response, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("once")
  40. def prependListener(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
  41. def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
  42. def prependListener_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream.this.type
    Annotations
    @JSName("prependListener")
  43. def prependListener_headers(event: headers, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("prependListener")
  44. def prependListener_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("prependListener")
  45. def prependListener_response(event: response, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("prependListener")
  46. def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
  47. def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
  48. def prependOnceListener_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  49. def prependOnceListener_headers(event: headers, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  50. def prependOnceListener_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  51. def prependOnceListener_response(event: response, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
    Annotations
    @JSName("prependOnceListener")
  52. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  55. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  56. def valueOf(): Any
    Definition Classes
    Object
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  59. 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