fs2.io.net.tls

Members list

Concise view

Type members

Classlikes

class SSLException(message: String, cause: Throwable) extends IOException

Attributes

Companion:
object
Source:
SSLException.scala
Graph
Supertypes
class IOException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
SSLException.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class SSLSession

Attributes

Source:
SSLSession.scala
Graph
Supertypes
class Object
trait Matchable
class Any
sealed trait SecureContext extends Object

A facade for Node.js tls.SecureContext

A facade for Node.js tls.SecureContext

Attributes

Companion:
object
Source:
SecureContext.scala
Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
SecureContext.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait TLSContext[F[_]]

Allows creation of TLSSockets.

Allows creation of TLSSockets.

Attributes

Companion:
object
Source:
TLSContext.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object TLSContext

Attributes

Companion:
trait
Source:
TLSContext.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait TLSLogger[+F[_]]

Attributes

Companion:
object
Source:
TLSLogger.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Disabled.type
class Enabled[F]
object TLSLogger

Attributes

Companion:
trait
Source:
TLSLogger.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
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.

Attributes

Companion:
object
Source:
TLSParameters.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
trait
Source:
TLSParameters.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
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.

Attributes

Companion:
object
Source:
TLSSocket.scala
Graph
Supertypes
trait Socket[F]
class Object
trait Matchable
class Any
object TLSSocket

Attributes

Companion:
trait
Source:
TLSSocket.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type