Uses of Package
org.simpleframework.common.thread
Packages that use org.simpleframework.common.thread
Package
Description
-
Classes in org.simpleframework.common.thread used by org.simpleframework.common.leaseClassDescriptionThe
Daemonobject provides a named thread which will execute therunmethod when started. -
Classes in org.simpleframework.common.thread used by org.simpleframework.common.threadClassDescriptionThe
DaemonFactoryobject is used to build threads and prefix the thread with a type name.TheExecutorQueueobject is used to queue tasks in a thread pool.TheSchedulerinterface represents a means to execute a task immediately or after a specified delay.TheSchedulerQueueobject is used to schedule tasks for execution. -
Classes in org.simpleframework.common.thread used by org.simpleframework.http.coreClassDescriptionThe
ConcurrentExecutorobject is used to execute tasks in a thread pool. -
Classes in org.simpleframework.common.thread used by org.simpleframework.http.socket.serviceClassDescriptionThe
Schedulerinterface represents a means to execute a task immediately or after a specified delay. -
Classes in org.simpleframework.common.thread used by org.simpleframework.transportClassDescriptionThe
ConcurrentExecutorobject is used to execute tasks in a thread pool.TheDaemonobject provides a named thread which will execute therunmethod when started. -
Classes in org.simpleframework.common.thread used by org.simpleframework.transport.reactorClassDescriptionThe
Daemonobject provides a named thread which will execute therunmethod when started.