Uses of Class
org.ldaptive.ConnectionConfig
Packages that use ConnectionConfig
Package
Description
-
Uses of ConnectionConfig in org.ldaptive
Fields in org.ldaptive declared as ConnectionConfigModifier and TypeFieldDescriptionprivate ConnectionConfigDefaultConnectionFactory.configConnection configuration used by this factory.private final ConnectionConfigConnectionConfig.Builder.objectMethods in org.ldaptive that return ConnectionConfigModifier and TypeMethodDescriptionConnectionConfig.Builder.build()static ConnectionConfigConnectionConfig.copy(ConnectionConfig config) Returns a new connection config initialized with the supplied config.ConnectionFactory.getConnectionConfig()Returns the connection configuration used to create connections.DefaultConnectionFactory.getConnectionConfig()PooledConnectionFactory.getConnectionConfig()Methods in org.ldaptive with parameters of type ConnectionConfigModifier and TypeMethodDescriptionDefaultConnectionFactory.Builder.config(ConnectionConfig cc) PooledConnectionFactory.Builder.config(ConnectionConfig cc) SingleConnectionFactory.Builder.config(ConnectionConfig config) static ConnectionConfigConnectionConfig.copy(ConnectionConfig config) Returns a new connection config initialized with the supplied config.voidDefaultConnectionFactory.setConnectionConfig(ConnectionConfig cc) Sets the connection config.voidPooledConnectionFactory.setConnectionConfig(ConnectionConfig cc) Sets the connection config.Constructors in org.ldaptive with parameters of type ConnectionConfigModifierConstructorDescriptionCreates a new default connection factory.Creates a new default connection factory.Creates a new pooled connection factory.Creates a new pooled connection factory.Creates a new single connection factory.Creates a new single connection factory. -
Uses of ConnectionConfig in org.ldaptive.control.util
Methods in org.ldaptive.control.util with parameters of type ConnectionConfigModifier and TypeMethodDescriptionstatic SingleConnectionFactorySyncReplClient.createConnectionFactory(ConnectionConfig config) Creates a new single connection factory.static SingleConnectionFactorySyncReplRunner.createConnectionFactory(ConnectionConfig config) Creates a new single connection factory.static SingleConnectionFactorySyncReplRunner.createConnectionFactory(ConnectionConfig config, ConnectionValidator validator) Creates a new single connection factory.static SingleConnectionFactorySyncReplRunner.createConnectionFactory(Transport transport, ConnectionConfig config, ConnectionValidator validator) Creates a new single connection factory. -
Uses of ConnectionConfig in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type ConnectionConfigModifierConstructorDescriptionCreates a new connection config property source using the default properties file.ConnectionConfigPropertySource(ConnectionConfig cc, Reader... readers) Creates a new connection config property source.ConnectionConfigPropertySource(ConnectionConfig cc, String... paths) Creates a new connection config property source.Creates a new connection config property source.ConnectionConfigPropertySource(ConnectionConfig cc, PropertySource.PropertyDomain domain, Properties props) Creates a new connection config property source. -
Uses of ConnectionConfig in org.ldaptive.referral
Constructors in org.ldaptive.referral with parameters of type ConnectionConfigModifierConstructorDescriptionCreates a new default referral connection factory. -
Uses of ConnectionConfig in org.ldaptive.transport
Fields in org.ldaptive.transport declared as ConnectionConfigModifier and TypeFieldDescriptionprotected final ConnectionConfigTransportConnection.connectionConfigProvides host connection configuration.Methods in org.ldaptive.transport with parameters of type ConnectionConfigModifier and TypeMethodDescriptionTransport.create(ConnectionConfig cc) Create a connection object.Constructors in org.ldaptive.transport with parameters of type ConnectionConfigModifierConstructorDescriptionTransportConnection(ConnectionConfig config) Creates a new transport connection. -
Uses of ConnectionConfig in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty with parameters of type ConnectionConfigModifier and TypeMethodDescriptionDefaultNettyTransport.create(ConnectionConfig cc) StatefulNettyTransport.create(ConnectionConfig cc) private io.netty.handler.ssl.SslHandlerNettyConnection.createSslHandler(ConnectionConfig config) Creates a Netty SSL handler using the supplied connection config.Constructors in org.ldaptive.transport.netty with parameters of type ConnectionConfigModifierConstructorDescription(package private)NettyConnection(ConnectionConfig config, Class<? extends io.netty.channel.Channel> type, io.netty.channel.EventLoopGroup ioGroup, io.netty.channel.EventLoopGroup messageGroup, boolean shutdownGroups) Creates a new connection.