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

Immutable representation of Http2Settings for configuring clients and servers

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final def toSeq: Seq[Setting]
Inherited from
Http2Settings
override def toString: String
Definition Classes
Inherited from
Http2Settings