fs2.io.net.tls

Type members

Classlikes

class SSLException(message: String, cause: Throwable) extends IOException
Companion:
object
Source:
SSLException.scala
Companion:
class
Source:
SSLException.scala
final class SSLSession
sealed trait SecureContext extends Object

A facade for Node.js tls.SecureContext

A facade for Node.js tls.SecureContext

Companion:
object
Source:
SecureContext.scala
sealed trait TLSContext[F[_]]

Allows creation of TLSSockets.

Allows creation of TLSSockets.

Companion:
object
Source:
TLSContext.scala
object TLSContext
Companion:
class
Source:
TLSContext.scala
sealed trait TLSLogger[+F[_]]
Companion:
object
Source:
TLSLogger.scala
object TLSLogger
Companion:
class
Source:
TLSLogger.scala
sealed trait TLSParameters

Parameters used in creation of a TLS session. See https://nodejs.org/api/tls.html for detailed documentation on each parameter.

Parameters used in creation of a TLS session. See https://nodejs.org/api/tls.html for detailed documentation on each parameter.

Companion:
object
Source:
TLSParameters.scala
sealed trait TLSSocket[F[_]] extends Socket[F]

TCP socket that supports encryption via TLS.

TCP socket that supports encryption via TLS.

To construct a TLSSocket, use the client and server methods on TLSContext.

Companion:
object
Source:
TLSSocket.scala
object TLSSocket
Companion:
class
Source:
TLSSocket.scala