Class AFUNIXDatabaseSocketFactory

  • All Implemented Interfaces:
    com.mysql.jdbc.SocketFactory

    public class AFUNIXDatabaseSocketFactory
    extends Object
    implements com.mysql.jdbc.SocketFactory
    Connect to mysql databases (and compatibles) using UNIX domain sockets. NOTE: This SocketFactory currently implements the "old" Connector/J SocketFactory. This may change in the future. For the time being, see AFUNIXDatabaseSocketFactoryCJ to forcibly use the new "CJ"-style SocketFactory.
    See Also:
    AFUNIXDatabaseSocketFactoryCJ