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 ThreadPoolConfig
ThreadPoolConfig.Builder. object
Methods in org.ldaptive.transport that return ThreadPoolConfig Modifier and Type Method Description ThreadPoolConfig
ThreadPoolConfig.Builder. build()
static ThreadPoolConfig
ThreadPoolConfig. 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 ThreadPoolConfig
ThreadPoolConfig. 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 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 ThreadPoolConfig in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty with parameters of type ThreadPoolConfig Modifier and Type Method Description Transport
NettyTransportFactory. createTransport(ThreadPoolConfig config)
-