Uses of Class
org.ldaptive.transport.ThreadPoolConfig
Packages that use ThreadPoolConfig
-
Uses of ThreadPoolConfig in org.ldaptive.transport
Fields in org.ldaptive.transport declared as ThreadPoolConfigMethods in org.ldaptive.transport that return ThreadPoolConfigModifier and TypeMethodDescriptionThreadPoolConfig.Builder.build()static ThreadPoolConfigThreadPoolConfig.defaultIoThreads(String name, ThreadPoolConfig.ShutdownStrategy strategy) Creates a new transport config that uses the default number of I/O threads and no message worker threads.static ThreadPoolConfigThreadPoolConfig.singleIoThread(String name, ThreadPoolConfig.ShutdownStrategy strategy) Creates a new transport config that uses a single I/O thread.Methods in org.ldaptive.transport with parameters of type ThreadPoolConfigModifier 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 ThreadPoolConfig in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty with parameters of type ThreadPoolConfig