Http2Stream

io.quartz.http2.Http2Stream
case class Http2Stream(active: Ref[IO, Boolean], d: Deferred[IO, Headers], header: ArrayBuffer[ByteBuffer], trailing_header: ArrayBuffer[ByteBuffer], inDataQ: Queue[IO, ByteBuffer], outDataQ: Queue[IO, ByteBuffer], outXFlowSync: Queue[IO, Unit], transmitWindow: Ref[IO, Long], syncUpdateWindowQ: Queue[IO, Unit], bytesOfPendingInboundData: Ref[IO, Int], inboundWindow: Ref[IO, Int], contentLenFromHeader: Deferred[IO, Option[Int]], trailingHeader: Deferred[IO, Headers], done: Deferred[IO, Unit])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

var endFlag: Boolean
var endHeadersFlag: Boolean