Http2ClientStream

io.quartz.http2.Http2ClientConnection.Http2ClientStream
class Http2ClientStream(val streamId: Int, val d: Deferred[IO, (Byte, Headers)], val header: ArrayBuffer[ByteBuffer], val inDataQ: Queue[IO, ByteBuffer], val inboundWindow: Ref[IO, Long], val transmitWindow: Ref[IO, Long], val bytesOfPendingInboundData: Ref[IO, Int], val outXFlowSync: Queue[IO, Unit])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete fields

val bytesOfPendingInboundData: Ref[IO, Int]
val d: Deferred[IO, (Byte, Headers)]
val header: ArrayBuffer[ByteBuffer]
val inDataQ: Queue[IO, ByteBuffer]
val inboundWindow: Ref[IO, Long]
val outXFlowSync: Queue[IO, Unit]
val streamId: Int
val transmitWindow: Ref[IO, Long]