Class SocketFactories

java.lang.Object
net.sourceforge.jtds.ssl.SocketFactories

public class SocketFactories extends Object
Used for acquiring a socket factory when SSL is enabled.
Version:
$Id: SocketFactories.java,v 1.8.2.1 2009-07-23 15:32:51 ickzon Exp $
Author:
Rob Worsnop, Mike Hutchinson
  • Constructor Details

    • SocketFactories

      public SocketFactories()
  • Method Details

    • getSocketFactory

      public static SocketFactory getSocketFactory(String ssl, Socket socket)
      Returns a socket factory, the behavior of which will depend on the SSL setting and whether or not the DB server supports SSL.
      Parameters:
      ssl - the SSL setting
      socket - plain TCP/IP socket to wrap