Uses of Class
org.simpleframework.common.thread.Daemon
Packages that use Daemon
Package
Description
-
Uses of Daemon in org.simpleframework.common.lease
Subclasses of Daemon in org.simpleframework.common.leaseModifier and TypeClassDescription(package private) class
LeaseCleaner<T>
TheLeaseCleaner
provides 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.transportModifier and TypeClassDescription(package private) class
TheServerCleaner
object allows for the termination and resource recovery to be done asynchronously.Fields in org.simpleframework.transport declared as Daemon -
Uses of Daemon in org.simpleframework.transport.reactor
Subclasses of Daemon in org.simpleframework.transport.reactorModifier and TypeClassDescription(package private) class
TheActionDistributor
is used to execute operations that have an interested I/O event ready.