fs2.io.net.tls
package fs2.io.net.tls
Type members
Classlikes
UDP socket that supports encryption via DTLS.
To construct a
DTLSSocket, use the dtlsClient and dtlsServer methods on TLSContext.- Companion
- object
sealed trait TLSParameters
Parameters used in creation of a TLS/DTLS session.
See
See
javax.net.ssl.SSLParameters for detailed documentation on each parameter.Note:
applicationProtocols, enableRetransmissions, maximumPacketSize, andhandshakeApplicationProtocolSelector require Java 9+.- Companion
- object
TCP socket that supports encryption via TLS.
To construct a
TLSSocket, use the client and server methods on TLSContext.- Companion
- object