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 ConcurrentExecutorContainerController.collectThis is the thread pool used for collecting the requests.private final ConcurrentExecutorContainerController.executorThis 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 ConcurrentExecutorServerCleaner.executorThis is the thread pool implementation used by the server.private final ConcurrentExecutorTransportSocketProcessor.executorThis 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 theServerCleanerobject.