Uses of Class
com.impossibl.postgres.protocol.ssl.SSLMode
-
Packages that use SSLMode Package Description com.impossibl.postgres.protocol.ssl com.impossibl.postgres.system -
-
Uses of SSLMode in com.impossibl.postgres.protocol.ssl
Methods in com.impossibl.postgres.protocol.ssl that return SSLMode Modifier and Type Method Description static SSLMode
SSLMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SSLMode[]
SSLMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.impossibl.postgres.protocol.ssl with parameters of type SSLMode Modifier and Type Method Description static SSLEngine
SSLEngineFactory. create(SSLMode sslMode, Configuration config)
-
Uses of SSLMode in com.impossibl.postgres.system
Fields in com.impossibl.postgres.system with type parameters of type SSLMode Modifier and Type Field Description static Setting<SSLMode>
SystemSettings. SSL_MODE
-