Class SocketFactory

java.lang.Object
javax.net.SocketFactory
com.google.cloud.sql.postgres.SocketFactory

public class SocketFactory extends SocketFactory
A Postgres SocketFactory that establishes a secure connection to a Cloud SQL instance using ephemeral certificates.

The heavy lifting is done by the singleton InternalConnectorRegistry class.