Packages

trait DuplexOptions extends Object with StObject with ReadableOptions

Annotations
@JSType() @native()
Linear Supertypes
ReadableOptions, StreamOptions[Readable], Abortable, StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DuplexOptions
  2. ReadableOptions
  3. StreamOptions
  4. Abortable
  5. StObject
  6. Object
  7. Any
  8. AnyRef
  9. 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. val allowHalfOpen: UndefOr[Boolean]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val autoDestroy: UndefOr[Boolean]
    Definition Classes
    StreamOptions
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val construct: UndefOr[ThisFunction1[Readable, Function1[UndefOr[|[Error, Null]], Unit], Unit]]
    Definition Classes
    StreamOptions
  9. val construct_DuplexOptions: UndefOr[ThisFunction1[Duplex, Function1[UndefOr[|[Error, Null]], Unit], Unit]]
    Annotations
    @JSName("construct")
  10. val decodeStrings: UndefOr[Boolean]
  11. val defaultEncoding: UndefOr[BufferEncoding]
  12. val destroy: UndefOr[ThisFunction2[Readable, |[Error, Null], Function1[|[Error, Null], Unit], Unit]]
    Definition Classes
    StreamOptions
  13. val destroy_DuplexOptions: UndefOr[ThisFunction2[Duplex, |[Error, Null], Function1[|[Error, Null], Unit], Unit]]
    Annotations
    @JSName("destroy")
  14. val emitClose: UndefOr[Boolean]
    Definition Classes
    StreamOptions
  15. val encoding: UndefOr[BufferEncoding]
    Definition Classes
    ReadableOptions
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. val final: UndefOr[ThisFunction1[|[Duplex, Writable], Function1[UndefOr[|[Error, Null]], Unit], Unit]]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val highWaterMark: UndefOr[Double]
    Definition Classes
    StreamOptions
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val objectMode: UndefOr[Boolean]
    Definition Classes
    StreamOptions
  29. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  30. val read: UndefOr[ThisFunction1[Readable, Double, Unit]]
    Definition Classes
    ReadableOptions
  31. val read_DuplexOptions: UndefOr[ThisFunction1[Duplex, Double, Unit]]
    Annotations
    @JSName("read")
  32. val readableHighWaterMark: UndefOr[Double]
  33. val readableObjectMode: UndefOr[Boolean]
  34. val signal: UndefOr[AbortSignal]

    When provided the corresponding AbortController can be used to cancel an asynchronous action.

    When provided the corresponding AbortController can be used to cancel an asynchronous action.

    Definition Classes
    Abortable
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toLocaleString(): String
    Definition Classes
    Object
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def valueOf(): Any
    Definition Classes
    Object
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. val writableCorked: UndefOr[Double]
  43. val writableHighWaterMark: UndefOr[Double]
  44. val writableObjectMode: UndefOr[Boolean]
  45. val write: UndefOr[ThisFunction3[|[Duplex, Writable], Any, BufferEncoding, Function1[UndefOr[|[Error, Null]], Unit], Unit]]
  46. val writev: UndefOr[ThisFunction2[|[Duplex, Writable], Array[Chunk], Function1[UndefOr[|[Error, Null]], Unit], Unit]]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ReadableOptions

Inherited from StreamOptions[Readable]

Inherited from Abortable

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped