SSL

ldbc.connector.SSL
See theSSL companion object
trait SSL

Attributes

Companion
object
Source
SSL.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object None
object System
object Trusted
Self type
SSL

Members list

Value members

Abstract methods

def tlsContext[F[_] : Network](implicit evidence$1: Network[F], ae: ApplicativeError[F, Throwable]): Resource[F, TLSContext[F]]

Attributes

Source
SSL.scala

Concrete methods

Attributes

Source
SSL.scala

Attributes

Source
SSL.scala
def toSSLNegotiationOptions[F[_] : Network](logger: Option[String => F[Unit]])(implicit evidence$1: Network[F], ev: ApplicativeError[F, Throwable]): Resource[F, Option[Options[F]]]

Attributes

Source
SSL.scala
def withFallback(_fallbackOk: Boolean): SSL

Attributes

Source
SSL.scala