Exampple.Tls (exampple v0.10.6)
TLS client which is in use to abstract all of the connectivity aspects for TLS.
Link to this section Summary
Functions
Send data via socket. The argments are being positioned to use data in a
pipeline way.
upgrades a connection to TLS from TCP.
starts a connection to a host and port passed as parameters. The
handling process is which start the connection in active way and
using a TLS connection from the very beginning.
Stops the connection passing the socket as parameter.
Link to this section Functions
send(data, socket)
Send data via socket. The argments are being positioned to use data in a
pipeline way.
start(socket)
upgrades a connection to TLS from TCP.
start(host, port)
starts a connection to a host and port passed as parameters. The
handling process is which start the connection in active way and
using a TLS connection from the very beginning.
stop(socket)
Stops the connection passing the socket as parameter.