Uses of Interface
org.ldaptive.transport.Transport
-
Packages that use Transport Package Description org.ldaptive org.ldaptive.control.util org.ldaptive.transport org.ldaptive.transport.netty -
-
Uses of Transport in org.ldaptive
Fields in org.ldaptive declared as Transport Modifier and Type Field Description private TransportDefaultConnectionFactory. transportTransport used by this factory.Methods in org.ldaptive that return Transport Modifier and Type Method Description TransportDefaultConnectionFactory. getTransport()Returns the ldap transport.TransportPooledConnectionFactory. getTransport()Returns the ldap transport.Methods in org.ldaptive with parameters of type Transport Modifier and Type Method Description static DefaultConnectionFactory.BuilderDefaultConnectionFactory. builder(Transport t)Creates a builder for this class.static PooledConnectionFactory.BuilderPooledConnectionFactory. builder(Transport t)Creates a builder for this class.static SingleConnectionFactory.BuilderSingleConnectionFactory. builder(Transport t)Creates a builder for this class.Constructors in org.ldaptive with parameters of type Transport Constructor Description Builder(Transport t)Builder(Transport t)Builder(Transport transport)DefaultConnectionFactory(String ldapUrl, Transport t)Creates a new default connection factory.DefaultConnectionFactory(ConnectionConfig cc, Transport t)Creates a new default connection factory.DefaultConnectionFactory(Transport t)Creates a new default connection factory.PooledConnectionFactory(String ldapUrl, Transport t)Creates a new pooled connection factory.PooledConnectionFactory(ConnectionConfig cc, Transport t)Creates a new pooled connection factory.PooledConnectionFactory(Transport t)Creates a new pooled connection factory.SingleConnectionFactory(String ldapUrl, Transport t)Creates a new single connection factory.SingleConnectionFactory(ConnectionConfig cc, Transport t)Creates a new single connection factory.SingleConnectionFactory(Transport t)Creates a new single connection factory. -
Uses of Transport in org.ldaptive.control.util
Methods in org.ldaptive.control.util that return Transport Modifier and Type Method Description private 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 Transport Modifier and Type Method Description static 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 Transport Modifier and Type Method Description TransportDelegateTransportFactory. 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 Transport Modifier and Type Class Description (package private) classDefaultNettyTransportCreates netty connections using the best fit event loop group based on the operating system.(package private) classStatefulNettyTransportCreates netty connections with configured event loops.Methods in org.ldaptive.transport.netty that return Transport Modifier and Type Method Description TransportNettyTransportFactory. createTransport(ThreadPoolConfig config)
-