t

fs2.internal.jsdeps.node.http2Mod

ServerHttp2Stream

trait ServerHttp2Stream extends Object with StObject

Annotations
@JSType() @native()
Source
ServerHttp2Stream.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerHttp2Stream
  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 additionalHeaders(headers: OutgoingHttpHeaders): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. val headersSent: Boolean
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  19. val pushAllowed: Boolean
  20. def pushStream(headers: OutgoingHttpHeaders, options: Unit, callback: Function3[|[Error, Null], ServerHttp2Stream.this.type, OutgoingHttpHeaders, Unit]): Unit
  21. def pushStream(headers: OutgoingHttpHeaders, options: StreamPriorityOptions, callback: Function3[|[Error, Null], ServerHttp2Stream.this.type, OutgoingHttpHeaders, Unit]): Unit
  22. def pushStream(headers: OutgoingHttpHeaders, options: StreamPriorityOptions): Unit
  23. def pushStream(headers: OutgoingHttpHeaders, callback: Function3[|[Error, Null], ServerHttp2Stream.this.type, OutgoingHttpHeaders, Unit]): Unit
  24. def pushStream(headers: OutgoingHttpHeaders): Unit
  25. def respond(headers: Unit, options: ServerStreamResponseOptions): Unit
  26. def respond(headers: OutgoingHttpHeaders, options: ServerStreamResponseOptions): Unit
  27. def respond(headers: OutgoingHttpHeaders): Unit
  28. def respond(): Unit
  29. def respondWithFD(fd: Double, headers: Unit, options: ServerStreamFileResponseOptions): Unit
  30. def respondWithFD(fd: Double, headers: OutgoingHttpHeaders, options: ServerStreamFileResponseOptions): Unit
  31. def respondWithFD(fd: Double, headers: OutgoingHttpHeaders): Unit
  32. def respondWithFD(fd: Double): Unit
  33. def respondWithFD(fd: FileHandle, headers: Unit, options: ServerStreamFileResponseOptions): Unit
  34. def respondWithFD(fd: FileHandle, headers: OutgoingHttpHeaders, options: ServerStreamFileResponseOptions): Unit
  35. def respondWithFD(fd: FileHandle, headers: OutgoingHttpHeaders): Unit
  36. def respondWithFD(fd: FileHandle): Unit
  37. def respondWithFile(path: scala.Predef.String, headers: Unit, options: ServerStreamFileResponseOptionsWithError): Unit
  38. def respondWithFile(path: scala.Predef.String, headers: OutgoingHttpHeaders, options: ServerStreamFileResponseOptionsWithError): Unit
  39. def respondWithFile(path: scala.Predef.String, headers: OutgoingHttpHeaders): Unit
  40. def respondWithFile(path: scala.Predef.String): Unit
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  43. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  44. def valueOf(): Any
    Definition Classes
    Object
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. 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