io.quartz

package io.quartz

Members list

Concise view

Type members

Classlikes

case class BadProtocol(ch: IOChannel, msg: String) extends Exception

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
case class HeaderSizeLimitExceeded(msg: String) extends Exception

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
object MyLogger

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class QuartzH2Server(HOST: String, PORT: Int, h2IdleTimeOutMs: Int, sslCtx: SSLContext, incomingWinSize: Int, onConnect: Long => IO[Unit], onDisconnect: Long => IO[Unit])

Quartz HTTP/2 server.

Quartz HTTP/2 server.

Attributes

HOST

the host address of the server

PORT

the port number to bind to

h2IdleTimeOutMs

the maximum idle time in milliseconds before a connection is closed

incomingWinSize

the initial window size for incoming flow control

onConnect

callback function that is called when a connection is established, provides connectionId : Long as an argument

onDisconnect

callback function that is called when a connection is terminated, provides connectionId : Long as an argument

sslCtx

the SSL context to use for secure connections, can be null for non-secure connections

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any