public final class MySqlSslConfiguration extends Object
| Modifier and Type | Method and Description |
|---|---|
io.netty.handler.ssl.SslContextBuilder |
customizeSslContext(io.netty.handler.ssl.SslContextBuilder builder)
Customizes a
SslContextBuilder that customizer was specified by configuration, or do nothing if
the customizer was not set. |
boolean |
equals(Object o) |
@Nullable String |
getSslCa() |
@Nullable String |
getSslCert() |
@Nullable HostnameVerifier |
getSslHostnameVerifier() |
@Nullable String |
getSslKey() |
@Nullable CharSequence |
getSslKeyPassword() |
SslMode |
getSslMode() |
String[] |
getTlsVersion() |
int |
hashCode() |
String |
toString() |
public SslMode getSslMode()
public String[] getTlsVersion()
@Nullable public @Nullable HostnameVerifier getSslHostnameVerifier()
@Nullable public @Nullable String getSslCa()
@Nullable public @Nullable String getSslKey()
@Nullable public @Nullable CharSequence getSslKeyPassword()
@Nullable public @Nullable String getSslCert()
public io.netty.handler.ssl.SslContextBuilder customizeSslContext(io.netty.handler.ssl.SslContextBuilder builder)
SslContextBuilder that customizer was specified by configuration, or do nothing if
the customizer was not set.builder - the SslContextBuilder.builder.Copyright © 2018–2023 asyncer.io. All rights reserved.