TLSChannel

io.quartz.netio.TLSChannel
See theTLSChannel companion object
class TLSChannel(val ctx: SSLContext, rch: TCPChannel) extends IOChannel

Attributes

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

Members list

Concise view

Type members

Classlikes

class SniName(sniServerName: String) extends SNIServerName

Attributes

Graph
Supertypes
class SNIServerName
class Object
trait Matchable
class Any

Value members

Concrete methods

final def close(): IO[Unit]
def read(timeoutMs: Int): IO[Chunk[Byte]]
def secure(): Boolean
override def sniServerNames(): Option[Array[String]]

Attributes

Definition Classes
def ssl_init(): IO[Chunk[Byte]]
def ssl_initClent_h2(sniServerName: String): IO[Unit]
def ssl_initClient(): IO[Unit]
def ssl_init_h2(): IO[Chunk[Byte]]
def write(in: ByteBuffer): IO[Int]
def write(chunk: Chunk[Byte]): IO[Int]

Concrete fields

val APP_PACKET_SZ: Int
val MULTIPLER: Int
val TLS_PACKET_SZ: Int
val ctx: SSLContext