io.quartz.netio

Members list

Concise view

Type members

Classlikes

trait IOChannel

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final class SSLEngine(val engine: SSLEngine)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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