Package org.gnome.gio

Class TlsConnection

java.lang.Object
All Implemented Interfaces:
Proxy, AutoCloseable, AutoCloseable
Direct Known Subclasses:
TlsClientConnection.TlsClientConnectionImpl, TlsConnection.TlsConnectionImpl, TlsServerConnection.TlsServerConnectionImpl

@Generated("io.github.jwharm.JavaGI") public abstract class TlsConnection extends IOStream
GTlsConnection is the base TLS connection class type, which wraps a IOStream and provides TLS encryption on top of it. Its subclasses, TlsClientConnection and TlsServerConnection, implement client-side and server-side TLS, respectively.

For DTLS (Datagram TLS) support, see DtlsConnection.