trait ClientHttp2Stream extends Object with StObject
- Annotations
- @JSType() @native()
- Source
- ClientHttp2Stream.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClientHttp2Stream
- 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
- def addListener(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
- def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
- def addListener_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_headers(event: headers, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("addListener")
- def addListener_response(event: response, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("addListener")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def emit(event: Symbol, args: Any*): Boolean
- def emit(event: scala.Predef.String, args: Any*): Boolean
- def emit_continue(event: continue): Boolean
- Annotations
- @JSName("emit")
- def emit_headers(event: headers, headers: IncomingHttpHeaders with IncomingHttpStatusHeader, flags: Double): Boolean
- Annotations
- @JSName("emit")
- def emit_push(event: push, headers: IncomingHttpHeaders, flags: Double): Boolean
- Annotations
- @JSName("emit")
- def emit_response(event: response, headers: IncomingHttpHeaders with IncomingHttpStatusHeader, flags: Double): Boolean
- Annotations
- @JSName("emit")
- 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()
- 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]): ClientHttp2Stream.this.type
- def on(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
- def on_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream.this.type
- Annotations
- @JSName("on")
- def on_headers(event: headers, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("on")
- def on_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("on")
- def on_response(event: response, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("on")
- def once(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
- def once(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
- def once_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream.this.type
- Annotations
- @JSName("once")
- def once_headers(event: headers, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("once")
- def once_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("once")
- def once_response(event: response, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("once")
- def prependListener(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
- def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
- def prependListener_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_headers(event: headers, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_response(event: response, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("prependListener")
- def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
- def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Stream.this.type
- def prependOnceListener_continue(event: continue, listener: Function0[Object]): ClientHttp2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_headers(event: headers, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_push(event: push, listener: Function2[IncomingHttpHeaders, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_response(event: response, listener: Function2[IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Stream.this.type
- Annotations
- @JSName("prependOnceListener")
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- 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