Http2ClientStream

io.quartz.http2.Http2ClientConnection.Http2ClientStream
class Http2ClientStream(val streamId: Int, val d: Promise[Throwable, (Byte, Headers)], val header: ArrayBuffer[ByteBuffer], val inDataQ: Queue[ByteBuffer], inboundWindow: Ref[Long], transmitWindow: Ref[Long], bytesOfPendingInboundData: Ref[Long], outXFlowSync: Queue[Boolean]) extends Http2StreamCommon

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

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