TLSChannel

zhttp.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

Value members

Concrete methods

final def close(): Task[Unit]
def read(timeoutMs: Int): Task[Chunk[Byte]]
def remoteAddress(): Task[SocketAddress]
def ssl_init(): Task[Chunk[Byte]]
def ssl_initClient(): Task[Unit]
def ssl_init_h2(): Task[Chunk[Byte]]
def write(in: ByteBuffer): Task[Int]
def write(chunk: Chunk[Byte]): Task[Int]

Inherited methods

def read(): Task[Chunk[Byte]]

Attributes

Inherited from:
IOChannel
def timeOutMs: Int

Attributes

Inherited from:
IOChannel
def timeOutMs(ts: Int): Unit

Attributes

Inherited from:
IOChannel

Concrete fields

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