Uses of Interface
org.ldaptive.transport.Transport
Packages that use Transport
Package
Description
-
Uses of Transport in org.ldaptive
Fields in org.ldaptive declared as TransportModifier and TypeFieldDescriptionprivate Transport
DefaultConnectionFactory.transport
Transport used by this factory.Methods in org.ldaptive that return TransportModifier and TypeMethodDescriptionDefaultConnectionFactory.getTransport()
Returns the ldap transport.PooledConnectionFactory.getTransport()
Returns the ldap transport.Methods in org.ldaptive with parameters of type TransportModifier and TypeMethodDescriptionCreates a builder for this class.Creates a builder for this class.Creates a builder for this class.Constructors in org.ldaptive with parameters of type TransportModifierConstructorDescriptionprotected
protected
protected
DefaultConnectionFactory
(String ldapUrl, Transport t) Creates a new default connection factory.Creates a new default connection factory.Creates a new default connection factory.PooledConnectionFactory
(String ldapUrl, Transport t) Creates a new pooled connection factory.Creates a new pooled connection factory.Creates a new pooled connection factory.SingleConnectionFactory
(String ldapUrl, Transport t) Creates a new single connection factory.Creates a new single connection factory.Creates a new single connection factory. -
Uses of Transport in org.ldaptive.control.util
Fields in org.ldaptive.control.util declared as TransportModifier and TypeFieldDescriptionprivate final Transport
SyncReplRunner.connectionTransport
Connection transport.Methods in org.ldaptive.control.util that return TransportModifier and TypeMethodDescriptionprivate static Transport
SyncReplRunner.createTransport()
Returns a transport configured to use for sync repl.Methods in org.ldaptive.control.util with parameters of type TransportModifier 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 TransportModifierConstructorDescriptionSyncReplRunner
(Transport transport, ConnectionConfig config, SearchRequest request, CookieManager manager) Creates a new sync repl runner. -
Uses of Transport in org.ldaptive.transport
Methods in org.ldaptive.transport that return TransportModifier and TypeMethodDescriptionstatic Transport
TransportFactory.getTransport
(Class<? extends ConnectionFactory> clazz) TheTransportFactory.TRANSPORT_OVERRIDE
map is checked and that class is loaded if provided. -
Uses of Transport in org.ldaptive.transport.netty
Classes in org.ldaptive.transport.netty that implement TransportModifier and TypeClassDescriptionclass
Creates netty connections using the best fit event loop group based on the operating system.static class
AConnectionFactoryTransport
configured with two underlying threads.static class
AConnectionFactoryTransport
configured with a single underlying thread.class
Creates netty connections using the best fit event loop group based on the operating system.static class
AConnectionTransport
configured with two underlying threads.static class
AConnectionTransport
configured with a single underlying thread.class
Creates netty connections with configured event loops.class
Creates netty connections using anNioEventLoopGroup
.class
Creates netty connections using anNioEventLoopGroup
.class
Creates netty connections using a single, sharedNioEventLoopGroup
.class
Creates netty connections using a single, sharedEventLoopGroup
using the best fit event loop group based on the operating system.