Called by the driver after issuing the MySQL protocol handshake and
reading the results of the handshake.
throws: SocketException - if a socket error occurs throws: IOException - if an I/O error occurs The socket to use after the handshake
Called by the driver before issuing the MySQL protocol handshake. Should
return the socket instance that should be used during the handshake.
throws: SocketException - if a socket error occurs throws: IOException - if an I/O error occurs the socket to use before the handshake