io.quartz.netio
package io.quartz.netio
Members list
Type members
Classlikes
trait IOChannel
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object SocketChannel
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SocketChannel.type
class SocketChannel(val socket: Socket) extends IOChannel
object TCPChannel
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TCPChannel.type
class TCPChannel(val ch: AsynchronousSocketChannel) extends IOChannel
object TLSChannel
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TLSChannel.type
class TLSChannel(val ctx: SSLContext, rch: TCPChannel) extends IOChannel
sealed case class TLSChannelError(msg: String) extends Exception
Attributes
- Supertypes
-
trait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article