trait ClientHttp2Session extends Object with StObject
- Annotations
- @JSType() @native()
- Source
- ClientHttp2Session.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClientHttp2Session
- 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]): ClientHttp2Session.this.type
- def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
- def addListener_altsvc(event: altsvc, listener: Function3[scala.Predef.String, scala.Predef.String, Double, Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_connect(event: connect, listener: Function2[ClientHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_origin(event: origin, listener: Function1[Array[scala.Predef.String], Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_stream(event: stream, listener: Function3[ClientHttp2Stream, IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Session.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_altsvc(event: altsvc, alt: scala.Predef.String, origin: scala.Predef.String, stream: Double): Boolean
- Annotations
- @JSName("emit")
- def emit_connect(event: connect, session: ClientHttp2Session, socket: TLSSocket): Boolean
- Annotations
- @JSName("emit")
- def emit_connect(event: connect, session: ClientHttp2Session, socket: Socket): Boolean
- Annotations
- @JSName("emit")
- def emit_origin(event: origin, origins: Array[scala.Predef.String]): Boolean
- Annotations
- @JSName("emit")
- def emit_stream(event: stream, stream: ClientHttp2Stream, 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]): ClientHttp2Session.this.type
- def on(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
- def on_altsvc(event: altsvc, listener: Function3[scala.Predef.String, scala.Predef.String, Double, Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("on")
- def on_connect(event: connect, listener: Function2[ClientHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("on")
- def on_origin(event: origin, listener: Function1[Array[scala.Predef.String], Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("on")
- def on_stream(event: stream, listener: Function3[ClientHttp2Stream, IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("on")
- def once(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
- def once(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
- def once_altsvc(event: altsvc, listener: Function3[scala.Predef.String, scala.Predef.String, Double, Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("once")
- def once_connect(event: connect, listener: Function2[ClientHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("once")
- def once_origin(event: origin, listener: Function1[Array[scala.Predef.String], Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("once")
- def once_stream(event: stream, listener: Function3[ClientHttp2Stream, IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("once")
- def prependListener(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
- def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
- def prependListener_altsvc(event: altsvc, listener: Function3[scala.Predef.String, scala.Predef.String, Double, Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_connect(event: connect, listener: Function2[ClientHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_origin(event: origin, listener: Function1[Array[scala.Predef.String], Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_stream(event: stream, listener: Function3[ClientHttp2Stream, IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("prependListener")
- def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
- def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ClientHttp2Session.this.type
- def prependOnceListener_altsvc(event: altsvc, listener: Function3[scala.Predef.String, scala.Predef.String, Double, Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_connect(event: connect, listener: Function2[ClientHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_origin(event: origin, listener: Function1[Array[scala.Predef.String], Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_stream(event: stream, listener: Function3[ClientHttp2Stream, IncomingHttpHeaders with IncomingHttpStatusHeader, Double, Unit]): ClientHttp2Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def request(headers: Unit, options: ClientSessionRequestOptions): ClientHttp2Stream
- def request(headers: OutgoingHttpHeaders, options: ClientSessionRequestOptions): ClientHttp2Stream
- def request(headers: OutgoingHttpHeaders): ClientHttp2Stream
- def request(): ClientHttp2Stream
- 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