Skip to content

tls

Object: jstp.tls

jstp.tls.connect(app, client, ...args, callback)

jstp.tls.connectAndInspect(app, client, interfaces, ...args, callback)

For more details see jstp.net.connectAndInspect().

jstp.tls.reconnect(connection, ...args, callback)

For more details see jstp.net.reconnect().

jstp.tls.createServer(options[, listener])

For additional options see documentation for tls.createServer(). However, beware, some of the options may interfere with the correct functioning of the JSTP protocol.

For more details see jstp.net.createServer()