c

fs2.internal.jsdeps.node.http2Mod

Http2ServerResponse

class Http2ServerResponse extends Object with StObject

Annotations
@JSType() @JSImport("http2", "Http2ServerResponse") @native()
Source
Http2ServerResponse.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http2ServerResponse
  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 Http2ServerResponse(stream: ServerHttp2Stream)
  2. new Http2ServerResponse()
    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. def addListener(event: Symbol, listener: Function1[Any, Unit]): Http2ServerResponse.this.type
  5. def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerResponse.this.type
  6. def addListener_close(event: close, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("addListener")
  7. def addListener_drain(event: drain, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("addListener")
  8. def addListener_error(event: error, listener: Function1[Error, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("addListener")
  9. def addListener_finish(event: finish, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("addListener")
  10. def addListener_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("addListener")
  11. def addListener_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("addListener")
  12. def addTrailers(trailers: OutgoingHttpHeaders): Unit
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  15. val connection: |[Socket, TLSSocket]
  16. def createPushResponse(headers: OutgoingHttpHeaders, callback: Function2[|[Error, Null], Http2ServerResponse.this.type, Unit]): Unit
  17. def emit(event: Symbol, args: Any*): Boolean
  18. def emit(event: scala.Predef.String, args: Any*): Boolean
  19. def emit_close(event: close): Boolean
    Annotations
    @JSName("emit")
  20. def emit_drain(event: drain): Boolean
    Annotations
    @JSName("emit")
  21. def emit_error(event: error, error: Error): Boolean
    Annotations
    @JSName("emit")
  22. def emit_finish(event: finish): Boolean
    Annotations
    @JSName("emit")
  23. def emit_pipe(event: pipe, src: Readable): Boolean
    Annotations
    @JSName("emit")
  24. def emit_unpipe(event: unpipe, src: Readable): Boolean
    Annotations
    @JSName("emit")
  25. def end(data: Uint8Array, encoding: BufferEncoding, callback: Function0[Unit]): Unit
  26. def end(data: Uint8Array, encoding: BufferEncoding): Unit
  27. def end(data: Uint8Array, callback: Function0[Unit]): Unit
  28. def end(data: Uint8Array): Unit
  29. def end(data: scala.Predef.String, encoding: BufferEncoding, callback: Function0[Unit]): Unit
  30. def end(data: scala.Predef.String, encoding: BufferEncoding): Unit
  31. def end(data: scala.Predef.String, callback: Function0[Unit]): Unit
  32. def end(data: scala.Predef.String): Unit
  33. def end(callback: Function0[Unit]): Unit
  34. def end(): Unit
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  37. val finished: Boolean
  38. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  39. def getHeader(name: scala.Predef.String): scala.Predef.String
  40. def getHeaderNames(): Array[scala.Predef.String]
  41. def getHeaders(): OutgoingHttpHeaders
  42. def hasHeader(name: scala.Predef.String): Boolean
  43. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  45. val headersSent: Boolean
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  51. def on(event: Symbol, listener: Function1[Any, Unit]): Http2ServerResponse.this.type
  52. def on(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerResponse.this.type
  53. def on_close(event: close, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("on")
  54. def on_drain(event: drain, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("on")
  55. def on_error(event: error, listener: Function1[Error, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("on")
  56. def on_finish(event: finish, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("on")
  57. def on_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("on")
  58. def on_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("on")
  59. def once(event: Symbol, listener: Function1[Any, Unit]): Http2ServerResponse.this.type
  60. def once(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerResponse.this.type
  61. def once_close(event: close, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("once")
  62. def once_drain(event: drain, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("once")
  63. def once_error(event: error, listener: Function1[Error, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("once")
  64. def once_finish(event: finish, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("once")
  65. def once_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("once")
  66. def once_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("once")
  67. def prependListener(event: Symbol, listener: Function1[Any, Unit]): Http2ServerResponse.this.type
  68. def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerResponse.this.type
  69. def prependListener_close(event: close, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("prependListener")
  70. def prependListener_drain(event: drain, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("prependListener")
  71. def prependListener_error(event: error, listener: Function1[Error, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("prependListener")
  72. def prependListener_finish(event: finish, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("prependListener")
  73. def prependListener_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("prependListener")
  74. def prependListener_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("prependListener")
  75. def prependOnceListener(event: Symbol, listener: Function1[Any, Unit]): Http2ServerResponse.this.type
  76. def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Http2ServerResponse.this.type
  77. def prependOnceListener_close(event: close, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("prependOnceListener")
  78. def prependOnceListener_drain(event: drain, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("prependOnceListener")
  79. def prependOnceListener_error(event: error, listener: Function1[Error, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("prependOnceListener")
  80. def prependOnceListener_finish(event: finish, listener: Function0[Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("prependOnceListener")
  81. def prependOnceListener_pipe(event: pipe, listener: Function1[Readable, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("prependOnceListener")
  82. def prependOnceListener_unpipe(event: unpipe, listener: Function1[Readable, Unit]): Http2ServerResponse.this.type
    Annotations
    @JSName("prependOnceListener")
  83. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  84. def removeHeader(name: scala.Predef.String): Unit
  85. var sendDate: Boolean
  86. def setHeader(name: scala.Predef.String, value: Double): Unit
  87. def setHeader(name: scala.Predef.String, value: Array[scala.Predef.String]): Unit
  88. def setHeader(name: scala.Predef.String, value: scala.Predef.String): Unit
  89. def setTimeout(msecs: Double, callback: Function0[Unit]): Unit
  90. def setTimeout(msecs: Double): Unit
  91. val socket: |[Socket, TLSSocket]
  92. var statusCode: Double
  93. var statusMessage: _empty
  94. val stream: ServerHttp2Stream
  95. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  96. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  97. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  98. def valueOf(): Any
    Definition Classes
    Object
  99. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  100. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  101. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  102. def write(chunk: Uint8Array, encoding: BufferEncoding, callback: Function1[Error, Unit]): Boolean
  103. def write(chunk: Uint8Array, encoding: BufferEncoding): Boolean
  104. def write(chunk: Uint8Array, callback: Function1[Error, Unit]): Boolean
  105. def write(chunk: Uint8Array): Boolean
  106. def write(chunk: scala.Predef.String, encoding: BufferEncoding, callback: Function1[Error, Unit]): Boolean
  107. def write(chunk: scala.Predef.String, encoding: BufferEncoding): Boolean
  108. def write(chunk: scala.Predef.String, callback: Function1[Error, Unit]): Boolean
  109. def write(chunk: scala.Predef.String): Boolean
  110. def writeContinue(): Unit
  111. def writeHead(statusCode: Double, statusMessage: scala.Predef.String, headers: OutgoingHttpHeaders): Http2ServerResponse.this.type
  112. def writeHead(statusCode: Double, statusMessage: scala.Predef.String): Http2ServerResponse.this.type
  113. def writeHead(statusCode: Double, headers: OutgoingHttpHeaders): Http2ServerResponse.this.type
  114. def writeHead(statusCode: Double): Http2ServerResponse.this.type

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