ImmutableHttp2Settings

case class ImmutableHttp2Settings(headerTableSize: Int, initialWindowSize: Int, pushEnabled: Boolean, maxConcurrentStreams: Int, maxFrameSize: Int, maxHeaderListSize: Int) extends Http2Settings

Immutable representation of Http2Settings for configuring clients and servers

Source:
Http2Settings.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product
final def toSeq: Seq[Setting]
Inherited from:
Http2Settings
Source:
Http2Settings.scala
override def toString: String
Definition Classes
Inherited from:
Http2Settings
Source:
Http2Settings.scala