TLSContext

fs2.io.net.tls.TLSContext
See theTLSContext companion object
sealed trait TLSContext[F[_]]

Allows creation of TLSSockets.

Attributes

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

Members list

Value members

Abstract methods

def clientBuilder(socket: Socket[F]): SocketBuilder[F, [F[_]] =>> TLSSocket[F]]

Creates a TLSSocket builder in client mode, allowing optional parameters to be configured.

Creates a TLSSocket builder in client mode, allowing optional parameters to be configured.

Attributes

Source
TLSContext.scala
def serverBuilder(socket: Socket[F]): SocketBuilder[F, [F[_]] =>> TLSSocket[F]]

Creates a TLSSocket builder in server mode, allowing optional parameters to be configured.

Creates a TLSSocket builder in server mode, allowing optional parameters to be configured.

Attributes

Source
TLSContext.scala

Concrete methods

Creates a TLSSocket builder in client mode.

Creates a TLSSocket builder in client mode.

Attributes

Source
TLSContext.scala

Creates a TLSSocket builder in server mode.

Creates a TLSSocket builder in server mode.

Attributes

Source
TLSContext.scala

Deprecated methods

Attributes

Deprecated
true
Source
TLSContext.scala

Attributes

Deprecated
true
Source
TLSContext.scala

Inherited methods

Creates a DTLSSocket builder in client mode.

Creates a DTLSSocket builder in client mode.

Attributes

Inherited from:
TLSContextPlatform (hidden)
Source
TLSContextPlatform.scala

Creates a DTLSSocket builder in client mode, allowing optional parameters to be configured.

Creates a DTLSSocket builder in client mode, allowing optional parameters to be configured.

Attributes

Inherited from:
TLSContextPlatform (hidden)
Source
TLSContextPlatform.scala

Creates a DTLSSocket builder in server mode.

Creates a DTLSSocket builder in server mode.

Attributes

Inherited from:
TLSContextPlatform (hidden)
Source
TLSContextPlatform.scala

Creates a DTLSSocket builder in client mode, allowing optional parameters to be configured.

Creates a DTLSSocket builder in client mode, allowing optional parameters to be configured.

Attributes

Inherited from:
TLSContextPlatform (hidden)
Source
TLSContextPlatform.scala