Package net.sourceforge.jtds.ssl
Class SocketFactories
- java.lang.Object
-
- net.sourceforge.jtds.ssl.SocketFactories
-
public class SocketFactories extends java.lang.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
SocketFactories.TdsTlsSocketFactory
The socket factory for creating sockets based on the SSL setting.
-
Constructor Summary
Constructors Constructor Description SocketFactories()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.net.SocketFactory
getSocketFactory(java.lang.String ssl, java.net.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.
-
-
-
Method Detail
-
getSocketFactory
public static javax.net.SocketFactory getSocketFactory(java.lang.String ssl, java.net.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 settingsocket
- plain TCP/IP socket to wrap
-
-