io.quartz.http2.Http2Connection
See theHttp2Connection companion object
class Http2Connection(ch: IOChannel, val id: Long, httpRoute: Request => IO[Option[Response]], httpReq11: Ref[IO, Option[Request]], outq: Queue[IO, ByteBuffer], outDataQEventQ: Queue[IO, Boolean], globalTransmitWindow: Ref[IO, Long], val globalBytesOfPendingInboundData: Ref[IO, Int], globalInboundWindow: Ref[IO, Long], shutdownD: Deferred[IO, Boolean], hSem: Semaphore[IO], MAX_CONCURRENT_STREAMS: Int, HTTP2_KEEP_ALIVE_MS: Int, INITIAL_WINDOW_SIZE: Int)
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any