com.mysql.jdbc.StandardSocketFactory
Implementing classes are responsible for handling synchronization of this method (if needed).
@param host the hostname passed in the JDBC URL. It will be a single hostname, as the driver parses multi-hosts (for failover) and calls this method for each host connection attempt.
@param portNumber the port number to connect to (if required).
@param props properties passed to the driver via the URL and/or properties instance.
@return a socket connected to the given host
@throws SocketException if a socket error occurs
@throws IOException if an I/O error occurs
|
|
|
|