Http2Stream

io.quartz.http2.Http2Stream
class Http2Stream(active: Ref[Boolean], val d: Promise[Throwable, Headers], val header: ArrayBuffer[ByteBuffer], val trailing_header: ArrayBuffer[ByteBuffer], val inDataQ: Queue[ByteBuffer], outXFlowSync: Queue[Boolean], transmitWindow: Ref[Long], syncUpdateWindowQ: Queue[Unit], bytesOfPendingInboundData: Ref[Long], inboundWindow: Ref[Long], val contentLenFromHeader: Promise[Throwable, Option[Int]], val trailingHeader: Promise[Throwable, Headers], val done: Promise[Throwable, Unit]) extends Http2StreamCommon

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val contentLenFromHeader: Promise[Throwable, Option[Int]]
val d: Promise[Throwable, Headers]
val done: Promise[Throwable, Unit]
var endFlag: Boolean
var endHeadersFlag: Boolean
val header: ArrayBuffer[ByteBuffer]
val inDataQ: Queue[ByteBuffer]
val trailingHeader: Promise[Throwable, Headers]
val trailing_header: ArrayBuffer[ByteBuffer]