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 ConcurrentExecutor
ContainerController. collect
This is the thread pool used for collecting the requests.private 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 ConcurrentExecutor Modifier and Type Field Description private ConcurrentExecutor
ServerCleaner. executor
This is the thread pool implementation used by the server.private ConcurrentExecutor
TransportSocketProcessor. executor
This 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 theServerCleaner
object.
-