Class SocksProxySocketFactory

java.lang.Object
com.mysql.jdbc.StandardSocketFactory
com.mysql.jdbc.SocksProxySocketFactory
All Implemented Interfaces:
SocketFactory, SocketMetadata

public class SocksProxySocketFactory extends StandardSocketFactory
A socket factory used to create sockets connecting through a SOCKS proxy. The socket still supports all the same TCP features as the "standard" socket.
  • Field Details

    • SOCKS_DEFAULT_PORT

      public static int SOCKS_DEFAULT_PORT
  • Constructor Details

    • SocksProxySocketFactory

      public SocksProxySocketFactory()
  • Method Details