Uses of Class
org.mariadb.r2dbc.SslMode
-
Packages that use SslMode Package Description org.mariadb.r2dbc org.mariadb.r2dbc.util -
-
Uses of SslMode in org.mariadb.r2dbc
Methods in org.mariadb.r2dbc that return SslMode Modifier and Type Method Description static SslModeSslMode. from(String value)static SslModeSslMode. 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 org.mariadb.r2dbc with parameters of type SslMode Modifier and Type Method Description MariadbConnectionConfiguration.BuilderMariadbConnectionConfiguration.Builder. sslMode(SslMode sslMode) -
Uses of SslMode in org.mariadb.r2dbc.util
Methods in org.mariadb.r2dbc.util that return SslMode Modifier and Type Method Description SslModeSslConfig. getSslMode()Constructors in org.mariadb.r2dbc.util with parameters of type SslMode Constructor Description SslConfig(SslMode sslMode)SslConfig(SslMode sslMode, String serverSslCert, String clientSslCert, String clientSslKey, CharSequence clientSslPassword, List<String> tlsProtocol, UnaryOperator<io.netty.handler.ssl.SslContextBuilder> sslContextBuilderCustomizer)
-