DataFrame

org.http4s.blaze.http.http2.DataFrame
case class DataFrame(endStream: Boolean, data: ByteBuffer) extends StreamFrame

Data frame for http2

Attributes

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

Source:
StreamFrame.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
StreamFrame.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product