fs2.io.net.tls
package fs2.io.net.tls
Members list
Type members
Classlikes
sealed trait DTLSSocket[F[_]] extends DatagramSocket[F]
UDP socket that supports encryption via DTLS.
UDP socket that supports encryption via DTLS.
To construct a DTLSSocket
, use the dtlsClient
and dtlsServer
methods on TLSContext
.
Attributes
- Companion
- object
- Source
- DTLSSocket.scala
- Supertypes
object DTLSSocket
Attributes
- Companion
- trait
- Source
- DTLSSocket.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DTLSSocket.type
Allows creation of TLSSockets.
Allows creation of TLSSockets.
Attributes
- Companion
- object
- Source
- TLSContext.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object TLSContext
Attributes
- Companion
- trait
- Source
- TLSContext.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TLSContext.type
Attributes
- Companion
- object
- Source
- TLSLogger.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object TLSLogger
Attributes
- Companion
- trait
- Source
- TLSLogger.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TLSLogger.type
Parameters used in creation of a TLS/DTLS session.
Parameters used in creation of a TLS/DTLS session. See javax.net.ssl.SSLParameters
for detailed documentation on each parameter.
Note: applicationProtocols
, enableRetransmissions
, maximumPacketSize
, and handshakeApplicationProtocolSelector
require Java 9+.
Attributes
- Companion
- object
- Source
- TLSParameters.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object TLSParameters
Attributes
- Companion
- trait
- Source
- TLSParameters.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TLSParameters.type
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
- Supertypes
object TLSSocket
Attributes
- Companion
- trait
- Source
- TLSSocket.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TLSSocket.type
In this article