パッケージ org.postgresql.core
クラス SocketFactoryFactory
java.lang.Object
org.postgresql.core.SocketFactoryFactory
Instantiates
SocketFactory
based on the PGProperty.SOCKET_FACTORY
.-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明static SocketFactory
getSocketFactory
(Properties info) InstantiatesSocketFactory
based on thePGProperty.SOCKET_FACTORY
.static SSLSocketFactory
InstantiatesSSLSocketFactory
based on thePGProperty.SSL_FACTORY
.
-
コンストラクタの詳細
-
SocketFactoryFactory
public SocketFactoryFactory()
-
-
メソッドの詳細
-
getSocketFactory
InstantiatesSocketFactory
based on thePGProperty.SOCKET_FACTORY
.- パラメータ:
info
- connection properties- 戻り値:
- socket factory
- 例外:
PSQLException
- if something goes wrong
-
getSslSocketFactory
InstantiatesSSLSocketFactory
based on thePGProperty.SSL_FACTORY
.- パラメータ:
info
- connection properties- 戻り値:
- SSL socket factory
- 例外:
PSQLException
- if something goes wrong
-