io.quartz.netio

package io.quartz.netio

Members list

Type members

Classlikes

trait IOChannel

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class TCPChannel
class TLSChannel
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: TCPChannel) 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