Client constructor
Server constructor
Blocks until the full handhsake is complete
Returns an array of pending data
Number of bytes pending read in the plaintext buffer (bytes readable without blocking)
Reads until the destination ubyte array is full, utilizing internal buffers if necessary
Blocking ( if !pending() ) read, will return at least 1 ubyte or 0 on connection close supports replacement of internal read buffer when called until buf.length != returned buffer length
get notification of alerts
* get handshake complete notifications
Blocking TLS Channel