io.quartz.netio

package io.quartz.netio

Members list

Type members

Classlikes

trait IOChannel

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class IOURingChannel(val ring: IoUringEntry, val ch1: IoUringSocket, var timeOutMs: Long) extends IOChannel

Attributes

Companion
object
Supertypes
trait IOChannel
class Object
trait Matchable
class Any
case class IoUringEntry(q: Queue[IO, IO[Unit]], cntr: Ref[IO, Int], ring: IoUring)

IoUringEntry represents an entry in the IoUringTbl. Each entry contains a Mutex for synchronization, a Ref counter to track usage, and the IoUring instance itself.

IoUringEntry represents an entry in the IoUringTbl. Each entry contains a Mutex for synchronization, a Ref counter to track usage, and the IoUring instance itself.

Value parameters

counter

Reference counter to track usage

ring

IoUring instance

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class IoUringTbl(entries: List[IoUringEntry])

IoUringTbl manages a collection of IoUring instances. It provides a method to get the least used IoUring instance based on reference counters.

IoUringTbl manages a collection of IoUring instances. It provides a method to get the least used IoUring instance based on reference counters.

Value parameters

entries

List of IoUringEntry instances

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object IoUringTbl

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
IoUringTbl.type
final class SSLEngine(val engine: SSLEngine)

Attributes

Supertypes
class Object
trait Matchable
class Any
object SocketChannel

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class SocketChannel(val socket: Socket) extends IOChannel

Attributes

Companion
object
Supertypes
trait IOChannel
class Object
trait Matchable
class Any
object TCPChannel

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
TCPChannel.type
class TCPChannel(val ch: AsynchronousSocketChannel) extends IOChannel

Attributes

Companion
object
Supertypes
trait IOChannel
class Object
trait Matchable
class Any
object TLSChannel

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
TLSChannel.type
class TLSChannel(val ctx: SSLContext, rch: IOChannel) extends IOChannel

Attributes

Companion
object
Supertypes
trait IOChannel
class Object
trait Matchable
class Any
sealed case class TLSChannelError(msg: String) extends Exception

Attributes

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