Http2Stream
io.quartz.http2.Http2Stream
class Http2Stream(active: Ref[Boolean], val d: Promise[Throwable, Headers], val header: ArrayBuffer[ByteBuffer], val trailing_header: ArrayBuffer[ByteBuffer], val inDataQ: Queue[ByteBuffer], outXFlowSync: Queue[Boolean], transmitWindow: Ref[Long], syncUpdateWindowQ: Queue[Unit], bytesOfPendingInboundData: Ref[Long], inboundWindow: Ref[Long], val contentLenFromHeader: Promise[Throwable, Option[Int]], val trailingHeader: Promise[Throwable, Headers], val done: Promise[Throwable, Unit]) extends Http2StreamCommon
Attributes
- Graph
-
- Supertypes
Members list
In this article