Http2StreamCommon

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete fields

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