Uses of Interface
com.impossibl.postgres.system.Configuration
-
Packages that use Configuration Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.protocol com.impossibl.postgres.protocol.ssl com.impossibl.postgres.protocol.v30 com.impossibl.postgres.system -
-
Uses of Configuration in com.impossibl.postgres.jdbc
Classes in com.impossibl.postgres.jdbc that implement Configuration Modifier and Type Class Description class
PGDirectConnection
Direct connection implementationMethods in com.impossibl.postgres.jdbc with parameters of type Configuration Modifier and Type Method Description static Connection
APITracing. setupIfEnabled(Connection connection, Configuration config)
-
Uses of Configuration in com.impossibl.postgres.protocol
Methods in com.impossibl.postgres.protocol with parameters of type Configuration Modifier and Type Method Description ServerConnection
ServerConnectionFactory. connect(Configuration config, SocketAddress address, ServerConnection.Listener listener)
-
Uses of Configuration in com.impossibl.postgres.protocol.ssl
Methods in com.impossibl.postgres.protocol.ssl with parameters of type Configuration Modifier and Type Method Description static SSLEngine
SSLEngineFactory. create(SSLMode sslMode, Configuration config)
void
ConfiguredCallbackHandler. init(Configuration config)
void
ConsolePasswordCallbackHandler. init(Configuration config)
-
Uses of Configuration in com.impossibl.postgres.protocol.v30
Methods in com.impossibl.postgres.protocol.v30 with parameters of type Configuration Modifier and Type Method Description com.impossibl.postgres.protocol.v30.ServerConnection
ServerConnectionFactory. connect(Configuration config, SocketAddress address, ServerConnection.Listener listener)
-
Uses of Configuration in com.impossibl.postgres.system
Subinterfaces of Configuration in com.impossibl.postgres.system Modifier and Type Interface Description interface
Context
Classes in com.impossibl.postgres.system that implement Configuration Modifier and Type Class Description class
AbstractContext
class
BasicContext
class
SettingsContext
class
TypeMapContext
-