c

io.scalajs.nodejs.http2

Http2ServerResponse

class Http2ServerResponse extends Object with Http2TimeoutOps

Annotations
@RawJSType() @native() @JSImport( "http2" , "Http2ServerResponse" )
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http2ServerResponse
  2. Http2TimeoutOps
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Http2ServerResponse()

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 addTrailers(headers: Http2Headers): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def connection: |[Socket, TLSSocket]
  8. def createPushResponse(headers: Http2Headers, callback: Function2[Error, ServerHttp2Stream, Any]): Unit
  9. def end(): UndefOr[Http2ServerResponse.this.type]
  10. def end(chunk: String, encoding: String): UndefOr[Http2ServerResponse.this.type]
  11. def end(chunk: String, encoding: String, callback: Function1[scala.Error, Any]): UndefOr[Http2ServerResponse.this.type]
  12. def end(callback: Function1[scala.Error, Any]): UndefOr[Http2ServerResponse.this.type]
  13. def end(chunk: |[String, Buffer]): UndefOr[Http2ServerResponse.this.type]
  14. def end(chunk: |[String, Buffer], callback: Function1[scala.Error, Any]): UndefOr[Http2ServerResponse.this.type]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def finished: Boolean
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getHeader(name: String): String
  21. def getHeaderNames(name: String): Array[String]
  22. def getHeaders(): Http2Headers
  23. def hasHeader(name: String): Boolean
  24. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def headersSent: Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  33. def removeHeader(name: String): Unit
  34. def sendDate: Boolean
  35. def setHeader(name: String, value: |[String, Array[String]]): Unit
  36. def setTimeout(): Http2ServerResponse.this.type
    Definition Classes
    Http2TimeoutOps
  37. def setTimeout(callback: Function): Http2ServerResponse.this.type
    Definition Classes
    Http2TimeoutOps
  38. def setTimeout(msecs: Int): Http2ServerResponse.this.type
    Definition Classes
    Http2TimeoutOps
  39. def setTimeout(msecs: Int, callback: Function): Http2ServerResponse.this.type
    Definition Classes
    Http2TimeoutOps
  40. def socket: |[Socket, TLSSocket]
  41. def statusCode: Int
  42. def statusMessage: String
  43. def stream: Http2Stream
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toLocaleString(): String
    Definition Classes
    Object
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def valueOf(): Any
    Definition Classes
    Object
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  51. def write(chunk: String, encoding: String): Boolean
  52. def write(chunk: String, encoding: String, callback: Function1[scala.Error, Any]): Boolean
  53. def write(chunk: |[String, Buffer]): Boolean
  54. def write(chunk: |[String, Buffer], callback: Function1[scala.Error, Any]): Boolean
  55. def writeContinue(): Unit
  56. def writeHead(statusCode: Int): Unit
  57. def writeHead(statusCode: Int, statusMessage: String): Unit
  58. def writeHead(statusCode: Int, http2Headers: Http2Headers): Unit
  59. def writeHead(statusCode: Int, statusMessage: String, http2Headers: Http2Headers): Unit

Inherited from Http2TimeoutOps

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped