public class SocketFactoryFactory extends Object
SocketFactory based on the RedshiftProperty.SOCKET_FACTORY.| Constructor and Description |
|---|
SocketFactoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SocketFactory |
getSocketFactory(Properties info)
Instantiates
SocketFactory based on the RedshiftProperty.SOCKET_FACTORY. |
static SSLSocketFactory |
getSslSocketFactory(Properties info)
Instantiates
SSLSocketFactory based on the RedshiftProperty.SSL_FACTORY. |
public static SocketFactory getSocketFactory(Properties info) throws RedshiftException
SocketFactory based on the RedshiftProperty.SOCKET_FACTORY.info - connection propertiesRedshiftException - if something goes wrongpublic static SSLSocketFactory getSslSocketFactory(Properties info) throws RedshiftException
SSLSocketFactory based on the RedshiftProperty.SSL_FACTORY.info - connection propertiesRedshiftException - if something goes wrongCopyright © 2024 Amazon.com Inc.. All rights reserved.