Dependent

org.http4s.blaze.http.http2.Priority.Dependent
final case class Dependent(dependentStreamId: Int, exclusive: Boolean, priority: Int) extends Priority

object representing the contents of a PRIORITY frame

This is also used for the HEADERS frame which is logically a series of headers with a possible PRIORITY frame

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
Priority.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product