Http2Connection

io.quartz.http2.Http2Connection$
See theHttp2Connection companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def dataEvalEffectProducer(c: Http2ConnectionCommon, q: Queue[IO, ByteBuffer]): IO[ByteBuffer]
def make(ch: IOChannel, id: Long, maxStreams: Int, keepAliveMs: Int, httpRoute: Request => IO[Option[Response]], in_winSize: Int, http11request: Option[Request]): IO[Http2Connection]
def makeDataStream(c: Http2ConnectionCommon, q: Queue[IO, ByteBuffer]): Stream[IO, Byte]
def makePacketStream(ch: IOChannel, keepAliveMs: Int, leftOver: Chunk[Byte]): Stream[IO, Chunk[Byte]]
def parseFrame(bb: ByteBuffer): (Int, Byte, Byte, Int)