Uses of Class
org.simpleframework.common.thread.ConcurrentExecutor
Packages that use ConcurrentExecutor
-
Uses of ConcurrentExecutor in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as ConcurrentExecutorModifier and TypeFieldDescriptionprivate final ConcurrentExecutor
ContainerController.collect
This is the thread pool used for collecting the requests.private final ConcurrentExecutor
ContainerController.executor
This is the thread pool used for servicing the requests. -
Uses of ConcurrentExecutor in org.simpleframework.transport
Fields in org.simpleframework.transport declared as ConcurrentExecutorModifier and TypeFieldDescriptionprivate final ConcurrentExecutor
ServerCleaner.executor
This is the thread pool implementation used by the server.private final ConcurrentExecutor
TransportSocketProcessor.executor
This is the executor used to execute the I/O operations.Constructors in org.simpleframework.transport with parameters of type ConcurrentExecutorModifierConstructorDescriptionServerCleaner
(TransportProcessor processor, ConcurrentExecutor executor, Reactor reactor) Constructor for theServerCleaner
object.