Uses of Class
org.simpleframework.common.thread.Daemon
-
Packages that use Daemon Package Description org.simpleframework.common.lease org.simpleframework.transport org.simpleframework.transport.reactor -
-
Uses of Daemon in org.simpleframework.common.lease
Subclasses of Daemon in org.simpleframework.common.lease Modifier and Type Class Description (package private) classLeaseCleaner<T>TheLeaseCleanerprovides a means of providing callbacks to clean a leased resource once the contract duration has expired. -
Uses of Daemon in org.simpleframework.transport
Subclasses of Daemon in org.simpleframework.transport Modifier and Type Class Description (package private) classServerCleanerTheServerCleanerobject allows for the termination and resource recovery to be done asynchronously.Fields in org.simpleframework.transport declared as Daemon Modifier and Type Field Description private DaemonTransportSocketProcessor. cleanerThis is used to clean the internals of the processor. -
Uses of Daemon in org.simpleframework.transport.reactor
Subclasses of Daemon in org.simpleframework.transport.reactor Modifier and Type Class Description (package private) classActionDistributorTheActionDistributoris used to execute operations that have an interested I/O event ready.
-