c

fs2.internal.jsdeps.node.http2Mod

Http2ServerRequest

class Http2ServerRequest extends Object with StObject

Annotations
@JSType() @JSImport("http2", "Http2ServerRequest") @native()
Source
Http2ServerRequest.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http2ServerRequest
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Http2ServerRequest(stream: ServerHttp2Stream, headers: IncomingHttpHeaders, options: ReadableOptions, rawHeaders: Array[scala.Predef.String])
  2. new Http2ServerRequest()
    Attributes
    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. val aborted: Boolean
  5. def addListener(event: Symbol, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
  6. def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
  7. def addListener_aborted(event: aborted, listener: Function2[Boolean, Double, Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("addListener")
  8. def addListener_close(event: close, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("addListener")
  9. def addListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("addListener")
  10. def addListener_end(event: end, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("addListener")
  11. def addListener_error(event: error, listener: Function1[Error, Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("addListener")
  12. def addListener_readable(event: readable, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("addListener")
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. val authority: scala.Predef.String
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  16. val complete: Boolean
  17. val connection: |[Socket, TLSSocket]
  18. def emit(event: Symbol, args: Any*): Boolean
  19. def emit(event: scala.Predef.String, args: Any*): Boolean
  20. def emit_aborted(event: aborted, hadError: Boolean, code: Double): Boolean
    Annotations
    @JSName("emit")
  21. def emit_close(event: close): Boolean
    Annotations
    @JSName("emit")
  22. def emit_data(event: data, chunk: scala.Predef.String): Boolean
    Annotations
    @JSName("emit")
  23. def emit_data(event: data, chunk: Buffer): Boolean
    Annotations
    @JSName("emit")
  24. def emit_end(event: end): Boolean
    Annotations
    @JSName("emit")
  25. def emit_error(event: error, err: Error): Boolean
    Annotations
    @JSName("emit")
  26. def emit_readable(event: readable): Boolean
    Annotations
    @JSName("emit")
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  30. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  32. val headers: IncomingHttpHeaders
  33. val httpVersion: scala.Predef.String
  34. val httpVersionMajor: Double
  35. val httpVersionMinor: Double
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  38. val method: scala.Predef.String
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  42. def on(event: Symbol, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
  43. def on(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
  44. def on_aborted(event: aborted, listener: Function2[Boolean, Double, Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("on")
  45. def on_close(event: close, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("on")
  46. def on_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("on")
  47. def on_end(event: end, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("on")
  48. def on_error(event: error, listener: Function1[Error, Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("on")
  49. def on_readable(event: readable, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("on")
  50. def once(event: Symbol, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
  51. def once(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
  52. def once_aborted(event: aborted, listener: Function2[Boolean, Double, Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("once")
  53. def once_close(event: close, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("once")
  54. def once_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("once")
  55. def once_end(event: end, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("once")
  56. def once_error(event: error, listener: Function1[Error, Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("once")
  57. def once_readable(event: readable, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("once")
  58. def prependListener(event: Symbol, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
  59. def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
  60. def prependListener_aborted(event: aborted, listener: Function2[Boolean, Double, Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("prependListener")
  61. def prependListener_close(event: close, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("prependListener")
  62. def prependListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("prependListener")
  63. def prependListener_end(event: end, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("prependListener")
  64. def prependListener_error(event: error, listener: Function1[Error, Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("prependListener")
  65. def prependListener_readable(event: readable, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("prependListener")
  66. def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
  67. def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerRequest.this.type
  68. def prependOnceListener_aborted(event: aborted, listener: Function2[Boolean, Double, Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("prependOnceListener")
  69. def prependOnceListener_close(event: close, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("prependOnceListener")
  70. def prependOnceListener_data(event: data, listener: Function1[|[Buffer, scala.Predef.String], Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("prependOnceListener")
  71. def prependOnceListener_end(event: end, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("prependOnceListener")
  72. def prependOnceListener_error(event: error, listener: Function1[Error, Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("prependOnceListener")
  73. def prependOnceListener_readable(event: readable, listener: Function0[Unit]): Http2ServerRequest.this.type
    Annotations
    @JSName("prependOnceListener")
  74. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  75. val rawHeaders: Array[scala.Predef.String]
  76. val rawTrailers: Array[scala.Predef.String]
  77. def read(size: Double): |[|[Buffer, scala.Predef.String], Null]
  78. def read(): |[|[Buffer, scala.Predef.String], Null]
  79. val scheme: scala.Predef.String
  80. def setTimeout(msecs: Double, callback: Function0[Unit]): Unit
  81. def setTimeout(msecs: Double): Unit
  82. val socket: |[Socket, TLSSocket]
  83. val stream: ServerHttp2Stream
  84. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  85. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  86. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  87. val trailers: IncomingHttpHeaders
  88. val url: scala.Predef.String
  89. def valueOf(): Any
    Definition Classes
    Object
  90. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  91. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  92. 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