Uses of Package
org.simpleframework.common.thread
-
Classes in org.simpleframework.common.thread used by org.simpleframework.common.lease Class Description Daemon TheDaemonobject provides a named thread which will execute therunmethod when started. -
Classes in org.simpleframework.common.thread used by org.simpleframework.common.thread Class Description DaemonFactory TheDaemonFactoryobject is used to build threads and prefix the thread with a type name.ExecutorQueue TheExecutorQueueobject is used to queue tasks in a thread pool.Scheduler TheSchedulerinterface represents a means to execute a task immediately or after a specified delay.SchedulerQueue TheSchedulerQueueobject is used to schedule tasks for execution. -
Classes in org.simpleframework.common.thread used by org.simpleframework.http.core Class Description ConcurrentExecutor TheConcurrentExecutorobject is used to execute tasks in a thread pool. -
Classes in org.simpleframework.common.thread used by org.simpleframework.http.socket.service Class Description Scheduler TheSchedulerinterface represents a means to execute a task immediately or after a specified delay. -
Classes in org.simpleframework.common.thread used by org.simpleframework.transport Class Description ConcurrentExecutor TheConcurrentExecutorobject is used to execute tasks in a thread pool.Daemon TheDaemonobject provides a named thread which will execute therunmethod when started. -
Classes in org.simpleframework.common.thread used by org.simpleframework.transport.reactor Class Description Daemon TheDaemonobject provides a named thread which will execute therunmethod when started.