Uses of Class
org.simpleframework.common.thread.ConcurrentExecutor
-
Packages that use ConcurrentExecutor Package Description org.simpleframework.http.core org.simpleframework.transport -
-
Uses of ConcurrentExecutor in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as ConcurrentExecutor Modifier and Type Field Description private ConcurrentExecutorContainerController. collectThis is the thread pool used for collecting the requests.private 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 ConcurrentExecutor Modifier and Type Field Description private ConcurrentExecutorServerCleaner. executorThis is the thread pool implementation used by the server.private ConcurrentExecutorTransportSocketProcessor. executorThis is the executor used to execute the I/O operations.Constructors in org.simpleframework.transport with parameters of type ConcurrentExecutor Constructor Description ServerCleaner(TransportProcessor processor, ConcurrentExecutor executor, Reactor reactor)Constructor for theServerCleanerobject.
-