trait Http2Session extends Object with StObject
- Annotations
- @JSType() @native()
- Source
- Http2Session.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http2Session
- 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]): Http2Session.this.type
- def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Session.this.type
- def addListener_close(event: close, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_error(event: error, listener: Function1[Error, Unit]): Http2Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_frameError(event: frameError, listener: Function3[Double, Double, Double, Unit]): Http2Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_goaway(event: goaway, listener: Function3[Double, Double, Buffer, Unit]): Http2Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_localSettings(event: localSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_ping(event: ping, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_remoteSettings(event: remoteSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_timeout(event: timeout, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("addListener")
- val alpnProtocol: UndefOr[scala.Predef.String]
- 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 close(callback: Function0[Unit]): Unit
- def close(): Unit
- val closed: Boolean
- val connecting: Boolean
- def destroy(error: Unit, code: Double): Unit
- def destroy(error: Error, code: Double): Unit
- def destroy(error: Error): Unit
- def destroy(): Unit
- val destroyed: Boolean
- def emit(event: Symbol, args: Any*): Boolean
- def emit(event: scala.Predef.String, args: Any*): Boolean
- def emit_close(event: close): Boolean
- Annotations
- @JSName("emit")
- def emit_error(event: error, err: Error): Boolean
- Annotations
- @JSName("emit")
- def emit_frameError(event: frameError, frameType: Double, errorCode: Double, streamID: Double): Boolean
- Annotations
- @JSName("emit")
- def emit_goaway(event: goaway, errorCode: Double, lastStreamID: Double, opaqueData: Buffer): Boolean
- Annotations
- @JSName("emit")
- def emit_localSettings(event: localSettings, settings: Settings): Boolean
- Annotations
- @JSName("emit")
- def emit_ping(event: ping): Boolean
- Annotations
- @JSName("emit")
- def emit_remoteSettings(event: remoteSettings, settings: Settings): Boolean
- Annotations
- @JSName("emit")
- def emit_timeout(event: timeout): Boolean
- Annotations
- @JSName("emit")
- val encrypted: UndefOr[Boolean]
- 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 goaway(code: Unit, lastStreamID: Unit, opaqueData: ArrayBufferView): Unit
- def goaway(code: Unit, lastStreamID: Double, opaqueData: ArrayBufferView): Unit
- def goaway(code: Unit, lastStreamID: Double): Unit
- def goaway(code: Double, lastStreamID: Unit, opaqueData: ArrayBufferView): Unit
- def goaway(code: Double, lastStreamID: Double, opaqueData: ArrayBufferView): Unit
- def goaway(code: Double, lastStreamID: Double): Unit
- def goaway(code: Double): Unit
- def goaway(): Unit
- 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
- val localSettings: Settings
- 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]): Http2Session.this.type
- def on(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Session.this.type
- def on_close(event: close, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("on")
- def on_error(event: error, listener: Function1[Error, Unit]): Http2Session.this.type
- Annotations
- @JSName("on")
- def on_frameError(event: frameError, listener: Function3[Double, Double, Double, Unit]): Http2Session.this.type
- Annotations
- @JSName("on")
- def on_goaway(event: goaway, listener: Function3[Double, Double, Buffer, Unit]): Http2Session.this.type
- Annotations
- @JSName("on")
- def on_localSettings(event: localSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
- Annotations
- @JSName("on")
- def on_ping(event: ping, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("on")
- def on_remoteSettings(event: remoteSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
- Annotations
- @JSName("on")
- def on_timeout(event: timeout, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("on")
- def once(event: Symbol, listener: Function1[Any, Unit]): Http2Session.this.type
- def once(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Session.this.type
- def once_close(event: close, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("once")
- def once_error(event: error, listener: Function1[Error, Unit]): Http2Session.this.type
- Annotations
- @JSName("once")
- def once_frameError(event: frameError, listener: Function3[Double, Double, Double, Unit]): Http2Session.this.type
- Annotations
- @JSName("once")
- def once_goaway(event: goaway, listener: Function3[Double, Double, Buffer, Unit]): Http2Session.this.type
- Annotations
- @JSName("once")
- def once_localSettings(event: localSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
- Annotations
- @JSName("once")
- def once_ping(event: ping, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("once")
- def once_remoteSettings(event: remoteSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
- Annotations
- @JSName("once")
- def once_timeout(event: timeout, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("once")
- val originSet: UndefOr[Array[scala.Predef.String]]
- val pendingSettingsAck: Boolean
- def ping(payload: ArrayBufferView, callback: Function3[|[Error, Null], Double, Buffer, Unit]): Boolean
- def ping(callback: Function3[|[Error, Null], Double, Buffer, Unit]): Boolean
- def prependListener(event: Symbol, listener: Function1[Any, Unit]): Http2Session.this.type
- def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Session.this.type
- def prependListener_close(event: close, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_error(event: error, listener: Function1[Error, Unit]): Http2Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_frameError(event: frameError, listener: Function3[Double, Double, Double, Unit]): Http2Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_goaway(event: goaway, listener: Function3[Double, Double, Buffer, Unit]): Http2Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_localSettings(event: localSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_ping(event: ping, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_remoteSettings(event: remoteSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_timeout(event: timeout, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("prependListener")
- def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): Http2Session.this.type
- def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2Session.this.type
- def prependOnceListener_close(event: close, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_error(event: error, listener: Function1[Error, Unit]): Http2Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_frameError(event: frameError, listener: Function3[Double, Double, Double, Unit]): Http2Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_goaway(event: goaway, listener: Function3[Double, Double, Buffer, Unit]): Http2Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_localSettings(event: localSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_ping(event: ping, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_remoteSettings(event: remoteSettings, listener: Function1[Settings, Unit]): Http2Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_timeout(event: timeout, listener: Function0[Unit]): Http2Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def ref(): Unit
- val remoteSettings: Settings
- def setLocalWindowSize(windowSize: Double): Unit
- def setTimeout(msecs: Double, callback: Function0[Unit]): Unit
- def setTimeout(msecs: Double): Unit
- def settings(settings: Settings): Unit
- val socket: |[Socket, TLSSocket]
- val state: SessionState
- 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
- val type: Double
- def unref(): Unit
- 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