Uses of Interface
com.github.shyiko.mysql.binlog.network.SSLSocketFactory

Packages that use SSLSocketFactory
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
 void BinaryLogClient.setSslSocketFactory(SSLSocketFactory sslSocketFactory)
           
 

Uses of SSLSocketFactory in com.github.shyiko.mysql.binlog.network
 

Classes in com.github.shyiko.mysql.binlog.network that implement SSLSocketFactory
 class DefaultSSLSocketFactory
           
 

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
 void PacketChannel.upgradeToSSL(SSLSocketFactory sslSocketFactory, HostnameVerifier hostnameVerifier)
           
 



Copyright © 2016. All Rights Reserved.