ImmutableHttp2Settings
org.http4s.blaze.http.http2.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
Attributes
- Source
- Http2Settings.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Http2Settingsclass Objecttrait Matchableclass Any
Members list
In this article