Http2Settings

org.http4s.blaze.http.http2.Http2Settings
See theHttp2Settings companion class
object Http2Settings

Attributes

Companion
class
Source
Http2Settings.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Source
Http2Settings.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Helper for extracting invalid settings

Helper for extracting invalid settings

Attributes

See also

https://tools.ietf.org/html/rfc7540#section-6.5.2

Source
Http2Settings.scala
Supertypes
class Object
trait Matchable
class Any
Self type
final case class Setting(code: Int, value: SettingValue)

Attributes

Source
Http2Settings.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SettingKey(code: Int, name: String)

Attributes

Source
Http2Settings.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type SettingValue = Int

Attributes

Source
Http2Settings.scala

Value members

Concrete fields

Attributes

Source
Http2Settings.scala

Create a new Http2Settings initialized with the protocol defaults

Create a new Http2Settings initialized with the protocol defaults

Attributes

Source
Http2Settings.scala