DataFrame

case class DataFrame(endStream: Boolean, data: ByteBuffer) extends StreamFrame
Data frame for http2
Value Params
data
actual stream data. The ByteBuffer indexes may be modified by the receiver.
The ByteBuffer indexes are considered owned by this DataFrame, but its
data must not be modified.
endStream
if this is the last message of the stream
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Methods

def flowBytes: Int

Inherited methods

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