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 Transport
DefaultConnectionFactory. transport
Transport used by this factory.Methods in org.ldaptive that return Transport Modifier and Type Method Description Transport
DefaultConnectionFactory. getTransport()
Returns the ldap transport.Transport
PooledConnectionFactory. getTransport()
Returns the ldap transport.Methods in org.ldaptive with parameters of type Transport Modifier and Type Method Description static DefaultConnectionFactory.Builder
DefaultConnectionFactory. builder(Transport t)
Creates a builder for this class.static PooledConnectionFactory.Builder
PooledConnectionFactory. builder(Transport t)
Creates a builder for this class.static SingleConnectionFactory.Builder
SingleConnectionFactory. 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 Transport
SyncReplClient. createTransport()
Returns a transport configured to use for sync repl.private static Transport
SyncReplRunner. 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 SingleConnectionFactory
SyncReplRunner. 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 Transport
DelegateTransportFactory. createTransport(ThreadPoolConfig config)
Creates aTransport
for the supplied transport configuration.static Transport
TransportFactory. 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) class
DefaultNettyTransport
Creates netty connections using the best fit event loop group based on the operating system.(package private) class
StatefulNettyTransport
Creates netty connections with configured event loops.Methods in org.ldaptive.transport.netty that return Transport Modifier and Type Method Description Transport
NettyTransportFactory. createTransport(ThreadPoolConfig config)
-