fs2.io.net.tls
Members list
Type members
Classlikes
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
- Graph
- Supertypes
Attributes
- Companion:
- trait
- Source:
- DTLSSocket.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- DTLSSocket.type
Allows creation of TLSSockets.
Allows creation of TLSSockets.
Attributes
- Companion:
- object
- Source:
- TLSContext.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Companion:
- trait
- Source:
- TLSContext.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- TLSContext.type
Attributes
- Companion:
- object
- Source:
- TLSLogger.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion:
- trait
- Source:
- TLSLogger.scala
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- TLSLogger.type
Parameters used in creation of a TLS/DTLS session.
See javax.net.ssl.SSLParameters
for detailed documentation on each parameter.
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
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Companion:
- trait
- Source:
- TLSParameters.scala
- Graph
- 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
- Graph
- Supertypes
Attributes
- Companion:
- trait
- Source:
- TLSSocket.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- TLSSocket.type