DataFrame

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

Data frame for http2

Value parameters

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

Attributes

Source
StreamFrame.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StreamFrame
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def flowBytes: Int

Attributes

Source
StreamFrame.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product