Dependent

final case class Dependent(dependentStreamId: Int, exclusive: Boolean, priority: Int) extends Priority

object representing the contents of a PRIORITY frame

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

trait Serializable
trait Product
trait Equals
trait Priority
class Object
trait Matchable
class Any

Value members

Concrete methods

def isDefined: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product