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

Concrete methods

def flowBytes: Int

Inherited methods

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