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 final 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 TransportModifierConstructorDescriptionprotectedprivateprotectedDefaultConnectionFactory(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
Methods in org.ldaptive.control.util that return TransportModifier and TypeMethodDescriptionprivate static TransportSyncReplClient.createTransport()Returns a transport configured to use for sync repl.private static TransportSyncReplRunner.createTransport()Returns a transport configured to use for sync repl.Methods in org.ldaptive.control.util with parameters of type TransportModifier and TypeMethodDescriptionstatic SingleConnectionFactorySyncReplRunner.createConnectionFactory(Transport transport, ConnectionConfig config, ConnectionValidator validator) Creates a new single connection factory. -
Uses of Transport in org.ldaptive.transport
Methods in org.ldaptive.transport that return TransportModifier and TypeMethodDescriptionDelegateTransportFactory.createTransport(ThreadPoolConfig config) Creates aTransportfor the supplied transport configuration.static TransportTransportFactory.getTransport(ThreadPoolConfig config) Returns a transport for the supplied transport configuration. -
Uses of Transport in org.ldaptive.transport.netty
Classes in org.ldaptive.transport.netty that implement TransportModifier and TypeClassDescription(package private) classCreates netty connections using the best fit event loop group based on the operating system.(package private) classCreates netty connections with configured event loops.Methods in org.ldaptive.transport.netty that return Transport