HeadersFrame

case class HeadersFrame(priority: Priority, endStream: Boolean, headers: Headers) extends StreamFrame

Headers frame for http2

Value Params
endStream

signal if this is the last frame of the stream

headers

attached headers

priority

priority of this stream

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

Value members

Concrete methods

override def flowBytes: Int
Definition Classes

Inherited methods

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