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

Link to this function

send(data, socket)

Send data via socket. The argments are being positioned to use data in a pipeline way.

upgrades a connection to TLS from TCP.

Link to this function

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.

Stops the connection passing the socket as parameter.