io.quartz

package io.quartz

Members list

Packages

package io.quartz.http2
package io.quartz.netio
package io.quartz.util

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
MyLogger.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

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

Quartz HTTP/2 server.

Quartz HTTP/2 server.

Value parameters

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any