TLSChannel

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

Attributes

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

Members list

Type members

Classlikes

class SniName(sniServerName: String) extends SNIServerName

Attributes

Supertypes
class SNIServerName
class Object
trait Matchable
class Any

Value members

Concrete methods

final def close(): IO[Unit]
final def closeNotify(): IO[Unit]
def put(bb: ByteBuffer): IO[Unit]
def read(timeoutMs: Int): IO[Chunk[Byte]]
def readBuffer(out: ByteBuffer, timeoutMs: Int): IO[Int]
def remoteAddress(): IO[SocketAddress]
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