SettingKey

org.http4s.blaze.http.http2.Http2Settings.SettingKey
final case class SettingKey(code: Int, name: String)

Attributes

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

Members list

Value members

Concrete methods

def apply(value: SettingValue): Setting

Create a new Setting with the provided value

Create a new Setting with the provided value

Attributes

Source
Http2Settings.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Http2Settings.scala

Extract the value from the key

Extract the value from the key

Attributes

Source
Http2Settings.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product