Uses of Interface
com.github.shyiko.mysql.binlog.network.SSLSocketFactory
Packages that use SSLSocketFactory
Package
Description
-
Uses of SSLSocketFactory in com.github.shyiko.mysql.binlog
Methods in com.github.shyiko.mysql.binlog with parameters of type SSLSocketFactoryModifier and TypeMethodDescriptionvoidBinaryLogClient.setSslSocketFactory(SSLSocketFactory sslSocketFactory) -
Uses of SSLSocketFactory in com.github.shyiko.mysql.binlog.network
Classes in com.github.shyiko.mysql.binlog.network that implement SSLSocketFactory -
Uses of SSLSocketFactory in com.github.shyiko.mysql.binlog.network.protocol
Methods in com.github.shyiko.mysql.binlog.network.protocol with parameters of type SSLSocketFactoryModifier and TypeMethodDescriptionvoidPacketChannel.upgradeToSSL(SSLSocketFactory sslSocketFactory, HostnameVerifier hostnameVerifier)