Uses of Class
com.github.shyiko.mysql.binlog.network.SSLMode
-
Packages that use SSLMode Package Description com.github.shyiko.mysql.binlog com.github.shyiko.mysql.binlog.network -
-
Uses of SSLMode in com.github.shyiko.mysql.binlog
Methods in com.github.shyiko.mysql.binlog that return SSLMode Modifier and Type Method Description SSLMode
BinaryLogClient. getSSLMode()
Methods in com.github.shyiko.mysql.binlog with parameters of type SSLMode Modifier and Type Method Description void
BinaryLogClient. setSSLMode(SSLMode sslMode)
-
Uses of SSLMode in com.github.shyiko.mysql.binlog.network
Methods in com.github.shyiko.mysql.binlog.network 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.
-