Uses of Class
org.ldaptive.transport.ThreadPoolConfig
-
Packages that use ThreadPoolConfig Package Description org.ldaptive.transport org.ldaptive.transport.netty -
-
Uses of ThreadPoolConfig in org.ldaptive.transport
Fields in org.ldaptive.transport declared as ThreadPoolConfig Modifier and Type Field Description private ThreadPoolConfigThreadPoolConfig.Builder. objectMethods in org.ldaptive.transport that return ThreadPoolConfig Modifier and Type Method Description ThreadPoolConfigThreadPoolConfig.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 ThreadPoolConfig 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 ThreadPoolConfig in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty with parameters of type ThreadPoolConfig Modifier and Type Method Description TransportNettyTransportFactory. createTransport(ThreadPoolConfig config)
-