public class SocketFactoryFactory
extends java.lang.Object
SocketFactory
based on the PGProperty.SOCKET_FACTORY
.Constructor | Description |
---|---|
SocketFactoryFactory() |
Modifier and Type | Method | Description |
---|---|---|
static javax.net.SocketFactory |
getSocketFactory(java.util.Properties info) |
Instantiates
SocketFactory based on the PGProperty.SOCKET_FACTORY . |
public static javax.net.SocketFactory getSocketFactory(java.util.Properties info) throws PSQLException
SocketFactory
based on the PGProperty.SOCKET_FACTORY
.info
- connection propertiesPSQLException
- if something goes wrongCopyright © 2018 PostgreSQL Global Development Group. All rights reserved.