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 TransportDefaultConnectionFactory.transportTransport 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 TransportModifierConstructorDescriptionprotectedprotectedprotectedDefaultConnectionFactory(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 TransportSyncReplRunner.connectionTransportConnection transport.Methods in org.ldaptive.control.util that return TransportModifier and TypeMethodDescriptionprivate static TransportSyncReplRunner.createTransport()Returns a transport configured to use for sync repl.Methods in org.ldaptive.control.util with parameters of type TransportModifier and TypeMethodDescriptionprotected static SingleConnectionFactorySyncReplRunner.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 TransportTransportFactory.getTransport(Class<? extends ConnectionFactory> clazz) TheTransportFactory.TRANSPORT_OVERRIDEmap 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 TypeClassDescriptionclassCreates netty connections using the best fit event loop group based on the operating system.static classAConnectionFactoryTransportconfigured with two underlying threads.static classAConnectionFactoryTransportconfigured with a single underlying thread.classCreates netty connections using the best fit event loop group based on the operating system.static classAConnectionTransportconfigured with two underlying threads.static classAConnectionTransportconfigured with a single underlying thread.classCreates netty connections with configured event loops.classCreates netty connections using anNioEventLoopGroup.classCreates netty connections using anNioEventLoopGroup.classCreates netty connections using a single, sharedNioEventLoopGroup.classCreates netty connections using a single, sharedEventLoopGroupusing the best fit event loop group based on the operating system.