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], inboundWindow: Ref[IO, Long], transmitWindow: Ref[IO, Long], bytesOfPendingInboundData: Ref[IO, Long], outXFlowSync: Queue[IO, Boolean]) extends Http2StreamCommon

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete fields

val d: Deferred[IO, (Byte, Headers)]
val header: ArrayBuffer[ByteBuffer]
val inDataQ: Queue[IO, ByteBuffer]
val streamId: Int