Http2StreamCommon

io.quartz.http2.Http2StreamCommon
trait Http2StreamCommon(val bytesOfPendingInboundData: Ref[Long], val inboundWindow: Ref[Long], val transmitWindow: Ref[Long], val outXFlowSync: Queue[Boolean])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete fields

val bytesOfPendingInboundData: Ref[Long]
val inboundWindow: Ref[Long]
val outXFlowSync: Queue[Boolean]
val transmitWindow: Ref[Long]