t

fs2.internal.jsdeps.node.http2Mod

ServerHttp2Session

trait ServerHttp2Session extends Object with StObject

Annotations
@JSType() @native()
Source
ServerHttp2Session.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerHttp2Session
  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]): ServerHttp2Session.this.type
  5. def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ServerHttp2Session.this.type
  6. def addListener_connect(event: connect, listener: Function2[ServerHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ServerHttp2Session.this.type
    Annotations
    @JSName("addListener")
  7. def addListener_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): ServerHttp2Session.this.type
    Annotations
    @JSName("addListener")
  8. def altsvc(alt: scala.Predef.String, originOrStream: Double): Unit
  9. def altsvc(alt: scala.Predef.String, originOrStream: scala.Predef.String): Unit
  10. def altsvc(alt: scala.Predef.String, originOrStream: URL_): Unit
  11. def altsvc(alt: scala.Predef.String, originOrStream: AlternativeServiceOptions): Unit
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  14. def emit(event: Symbol, args: Any*): Boolean
  15. def emit(event: scala.Predef.String, args: Any*): Boolean
  16. def emit_connect(event: connect, session: ServerHttp2Session, socket: TLSSocket): Boolean
    Annotations
    @JSName("emit")
  17. def emit_connect(event: connect, session: ServerHttp2Session, socket: Socket): Boolean
    Annotations
    @JSName("emit")
  18. def emit_stream(event: stream, stream: ServerHttp2Stream, headers: IncomingHttpHeaders, 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]): ServerHttp2Session.this.type
  30. def on(event: scala.Predef.String, listener: Function1[Any, Unit]): ServerHttp2Session.this.type
  31. def on_connect(event: connect, listener: Function2[ServerHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ServerHttp2Session.this.type
    Annotations
    @JSName("on")
  32. def on_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): ServerHttp2Session.this.type
    Annotations
    @JSName("on")
  33. def once(event: Symbol, listener: Function1[Any, Unit]): ServerHttp2Session.this.type
  34. def once(event: scala.Predef.String, listener: Function1[Any, Unit]): ServerHttp2Session.this.type
  35. def once_connect(event: connect, listener: Function2[ServerHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ServerHttp2Session.this.type
    Annotations
    @JSName("once")
  36. def once_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): ServerHttp2Session.this.type
    Annotations
    @JSName("once")
  37. def origin(args: |[|[scala.Predef.String, URL_], Origin]*): Unit
  38. def prependListener(event: Symbol, listener: Function1[Any, Unit]): ServerHttp2Session.this.type
  39. def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ServerHttp2Session.this.type
  40. def prependListener_connect(event: connect, listener: Function2[ServerHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ServerHttp2Session.this.type
    Annotations
    @JSName("prependListener")
  41. def prependListener_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): ServerHttp2Session.this.type
    Annotations
    @JSName("prependListener")
  42. def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): ServerHttp2Session.this.type
  43. def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): ServerHttp2Session.this.type
  44. def prependOnceListener_connect(event: connect, listener: Function2[ServerHttp2Session.this.type, |[Socket, TLSSocket], Unit]): ServerHttp2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  45. def prependOnceListener_stream(event: stream, listener: Function3[ServerHttp2Stream, IncomingHttpHeaders, Double, Unit]): ServerHttp2Session.this.type
    Annotations
    @JSName("prependOnceListener")
  46. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  47. val server: |[Http2Server, Http2SecureServer]
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  50. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  51. def valueOf(): Any
    Definition Classes
    Object
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. 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