t

fs2.internal.jsdeps.node.http2Mod

ClientHttp2Session

trait ClientHttp2Session extends Object with StObject

Annotations
@JSType() @native()
Source
ClientHttp2Session.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientHttp2Session
  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]): ClientHttp2Session.this.type
  5. def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
  6. def addListener_altsvc(event: altsvc, listener: Function3[scala.Predef.String, scala.Predef.String, Double, Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("addListener")
  7. def addListener_connect(event: connect, listener: Function2[ClientHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("addListener")
  8. def addListener_origin(event: origin, listener: Function1[Array[scala.Predef.String], Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("addListener")
  9. def addListener_stream(event: stream, listener: Function3[ClientHttp2Stream, IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Session.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_altsvc(event: altsvc, alt: scala.Predef.String, origin: scala.Predef.String, stream: Double): Boolean
    Annotations
    @JSName("emit")
  15. def emit_connect(event: connect, session: ClientHttp2Session, socket: TLSSocket): Boolean
    Annotations
    @JSName("emit")
  16. def emit_connect(event: connect, session: ClientHttp2Session, socket: Socket): Boolean
    Annotations
    @JSName("emit")
  17. def emit_origin(event: origin, origins: Array[scala.Predef.String]): Boolean
    Annotations
    @JSName("emit")
  18. def emit_stream(event: stream, stream: ClientHttp2Stream, headers: IncomingHttpHeaders with IncomingHttpStatusHeader, flags: Double): Boolean
    Annotations
    @JSName("emit")
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. def on(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
  30. def on(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
  31. def on_altsvc(event: altsvc, listener: Function3[scala.Predef.String, scala.Predef.String, Double, Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("on")
  32. def on_connect(event: connect, listener: Function2[ClientHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("on")
  33. def on_origin(event: origin, listener: Function1[Array[scala.Predef.String], Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("on")
  34. def on_stream(event: stream, listener: Function3[ClientHttp2Stream, IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("on")
  35. def once(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
  36. def once(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
  37. def once_altsvc(event: altsvc, listener: Function3[scala.Predef.String, scala.Predef.String, Double, Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("once")
  38. def once_connect(event: connect, listener: Function2[ClientHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("once")
  39. def once_origin(event: origin, listener: Function1[Array[scala.Predef.String], Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("once")
  40. def once_stream(event: stream, listener: Function3[ClientHttp2Stream, IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("once")
  41. def prependListener(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
  42. def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
  43. def prependListener_altsvc(event: altsvc, listener: Function3[scala.Predef.String, scala.Predef.String, Double, Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("prependListener")
  44. def prependListener_connect(event: connect, listener: Function2[ClientHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("prependListener")
  45. def prependListener_origin(event: origin, listener: Function1[Array[scala.Predef.String], Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("prependListener")
  46. def prependListener_stream(event: stream, listener: Function3[ClientHttp2Stream, IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("prependListener")
  47. def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
  48. def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
  49. def prependOnceListener_altsvc(event: altsvc, listener: Function3[scala.Predef.String, scala.Predef.String, Double, Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  50. def prependOnceListener_connect(event: connect, listener: Function2[ClientHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  51. def prependOnceListener_origin(event: origin, listener: Function1[Array[scala.Predef.String], Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  52. def prependOnceListener_stream(event: stream, listener: Function3[ClientHttp2Stream, IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  53. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  54. def request(headers: Unit, options: ClientSessionRequestOptions): ClientHttp2Stream
  55. def request(headers: OutgoingHttpHeaders, options: ClientSessionRequestOptions): ClientHttp2Stream
  56. def request(headers: OutgoingHttpHeaders): ClientHttp2Stream
  57. def request(): ClientHttp2Stream
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  60. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  61. def valueOf(): Any
    Definition Classes
    Object
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  64. 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