Uses of Interface
com.github.shyiko.mysql.binlog.network.SSLSocketFactory
-
Packages that use SSLSocketFactory Package Description com.github.shyiko.mysql.binlog com.github.shyiko.mysql.binlog.network com.github.shyiko.mysql.binlog.network.protocol -
-
Uses of SSLSocketFactory in com.github.shyiko.mysql.binlog
Methods in com.github.shyiko.mysql.binlog with parameters of type SSLSocketFactory Modifier and Type Method Description voidBinaryLogClient. setSslSocketFactory(SSLSocketFactory sslSocketFactory) -
Uses of SSLSocketFactory in com.github.shyiko.mysql.binlog.network
Classes in com.github.shyiko.mysql.binlog.network that implement SSLSocketFactory Modifier and Type Class Description classDefaultSSLSocketFactory -
Uses of SSLSocketFactory in com.github.shyiko.mysql.binlog.network.protocol
Methods in com.github.shyiko.mysql.binlog.network.protocol with parameters of type SSLSocketFactory Modifier and Type Method Description voidPacketChannel. upgradeToSSL(SSLSocketFactory sslSocketFactory, HostnameVerifier hostnameVerifier)
-