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 ConnectionConfig
DefaultConnectionFactory.config
Connection configuration used by this factory.private final ConnectionConfig
ConnectionConfig.Builder.object
Methods in org.ldaptive that return ConnectionConfigModifier and TypeMethodDescriptionConnectionConfig.Builder.build()
static ConnectionConfig
ConnectionConfig.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 cc) static ConnectionConfig
ConnectionConfig.copy
(ConnectionConfig config) Returns a new connection config initialized with the supplied config.void
DefaultConnectionFactory.setConnectionConfig
(ConnectionConfig cc) Sets the connection config.void
PooledConnectionFactory.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
Fields in org.ldaptive.control.util declared as ConnectionConfigModifier and TypeFieldDescriptionprivate final ConnectionConfig
SyncReplRunner.connectionConfig
Connection configuration.Methods in org.ldaptive.control.util with parameters of type ConnectionConfigModifier and TypeMethodDescriptionprotected static SingleConnectionFactory
SyncReplRunner.reconnectFactory
(Transport transport, ConnectionConfig cc, Duration wait) Creates a new single connection factory that will attempt to reconnect indefinitely.Constructors in org.ldaptive.control.util with parameters of type ConnectionConfigModifierConstructorDescriptionSyncReplRunner
(ConnectionConfig config, SearchRequest request, CookieManager manager) Creates a new sync repl runner.SyncReplRunner
(Transport transport, ConnectionConfig config, SearchRequest request, CookieManager manager) Creates a new sync repl runner. -
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
Fields in org.ldaptive.referral declared as ConnectionConfigModifier and TypeFieldDescriptionprivate final ConnectionConfig
DefaultReferralConnectionFactory.connectionConfig
Connection config for referrals.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 ConnectionConfig
TransportConnection.connectionConfig
Provides 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 TypeMethodDescriptionConnectionTransport.create
(ConnectionConfig cc) NettyConnectionFactoryTransport.create
(ConnectionConfig cc) private io.netty.handler.ssl.SslHandler
NettyConnection.createSslHandler
(ConnectionConfig config) Creates a Netty SSL handler using the supplied connection config.Constructors in org.ldaptive.transport.netty with parameters of type ConnectionConfigModifierConstructorDescriptionNettyConnection
(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.