Setting

org.http4s.blaze.http.http2.Http2Settings.Setting
final case class Setting(code: Int, value: SettingValue)

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

Get the SettingKey associated with this setting

Get the SettingKey associated with this setting

Attributes

Source
Http2Settings.scala
def name: String

Get the human readable name of this setting

Get the human readable name of this setting

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product