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) |
String |
getSslCa() |
String |
getSslCert() |
HostnameVerifier |
getSslHostnameVerifier() |
String |
getSslKey() |
CharSequence |
getSslKeyPassword() |
SslMode |
getSslMode() |
String[] |
getTlsVersion() |
int |
hashCode() |
String |
toString() |
public SslMode getSslMode()
public String[] getTlsVersion()
@Nullable public HostnameVerifier getSslHostnameVerifier()
@Nullable public CharSequence getSslKeyPassword()
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.