c

io.scalajs.nodejs.http2

Http2ServerOptions

class Http2ServerOptions extends Object

Annotations
@ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http2ServerOptions
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Http2ServerOptions(maxDeflateDynamicTableSize: UndefOr[Int] = js.undefined, maxSessionMemory: UndefOr[Int] = js.undefined, maxHeaderListPairs: UndefOr[Int] = js.undefined, maxOutstandingPings: UndefOr[Int] = js.undefined, maxSendHeaderBlockLength: UndefOr[Int] = js.undefined, paddingStrategy: UndefOr[Int] = js.undefined, peerMaxConcurrentStreams: UndefOr[Int] = js.undefined, selectPadding: UndefOr[Function2[Int, Int, Int]] = js.undefined, settings: UndefOr[Http2Settings] = js.undefined, Http1IncomingMessage: UndefOr[ConstructorTag[IncomingMessage]] = js.undefined, Http1ServerResponse: UndefOr[ConstructorTag[ServerResponse]] = js.undefined, Http2ServerRequest: UndefOr[ConstructorTag[Http2ServerRequest]] = js.undefined, Http2ServerResponse: UndefOr[ConstructorTag[Http2ServerResponse]] = js.undefined, allowHalfOpen: UndefOr[Boolean] = js.undefined, pauseOnConnect: UndefOr[Boolean] = js.undefined)

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. var Http1IncomingMessage: UndefOr[ConstructorTag[IncomingMessage]]
  5. var Http1ServerResponse: UndefOr[ConstructorTag[ServerResponse]]
  6. var Http2ServerRequest: UndefOr[ConstructorTag[Http2ServerRequest]]
  7. var Http2ServerResponse: UndefOr[ConstructorTag[Http2ServerResponse]]
  8. var allowHalfOpen: UndefOr[Boolean]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  18. var maxDeflateDynamicTableSize: UndefOr[Int]
  19. var maxHeaderListPairs: UndefOr[Int]
  20. var maxOutstandingPings: UndefOr[Int]
  21. var maxSendHeaderBlockLength: UndefOr[Int]
  22. var maxSessionMemory: UndefOr[Int]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. var paddingStrategy: UndefOr[Int]
  27. var pauseOnConnect: UndefOr[Boolean]
  28. var peerMaxConcurrentStreams: UndefOr[Int]
  29. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  30. var selectPadding: UndefOr[Function2[Int, Int, Int]]
  31. var settings: UndefOr[Http2Settings]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toLocaleString(): String
    Definition Classes
    Object
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def valueOf(): Any
    Definition Classes
    Object
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped