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
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(java.lang.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(java.lang.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(java.lang.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 with parameters of type Transport Modifier and Type Method Description protected static SingleConnectionFactorySyncReplRunner. reconnectFactory(Transport transport, ConnectionConfig cc, java.time.Duration wait)Creates a new single connection factory that will attempt to reconnect indefinitely.Constructors in org.ldaptive.control.util with parameters of type Transport Constructor Description SyncReplRunner(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 Transport Modifier and Type Method Description static TransportTransportFactory. getTransport(java.lang.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 Transport Modifier and Type Class Description classConnectionFactoryTransportCreates netty connections using the best fit event loop group based on the operating system.static classConnectionFactoryTransport.DualThreadAConnectionFactoryTransportconfigured with two underlying threads.static classConnectionFactoryTransport.SingleThreadAConnectionFactoryTransportconfigured with a single underlying thread.classConnectionTransportCreates netty connections using the best fit event loop group based on the operating system.static classConnectionTransport.DualThreadAConnectionTransportconfigured with two underlying threads.static classConnectionTransport.SingleThreadAConnectionTransportconfigured with a single underlying thread.classNettyConnectionFactoryTransportCreates netty connections with configured event loops.classNioConnectionFactoryTransportCreates netty connections using anNioEventLoopGroup.classNioConnectionTransportCreates netty connections using anNioEventLoopGroup.classNioSingletonTransportCreates netty connections using a single, sharedNioEventLoopGroup.classSingletonTransportCreates netty connections using a single, sharedEventLoopGroupusing the best fit event loop group based on the operating system.
-