Uses of Interface
org.simpleframework.common.thread.Scheduler
Packages that use Scheduler
-
Uses of Scheduler in org.simpleframework.common.thread
Classes in org.simpleframework.common.thread that implement SchedulerModifier and TypeClassDescriptionclass
TheConcurrentScheduler
object is used to schedule tasks for execution. -
Uses of Scheduler in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as SchedulerModifier and TypeFieldDescriptionprivate final Scheduler
ServiceDispatcher.scheduler
This is used asynchronously read frames from the TCP channel.private final Scheduler
SessionBuilder.scheduler
This is the scheduler that is used to ping WebSocket sessions.private final Scheduler
StatusChecker.scheduler
This is the shared scheduler used to execute this checker.Constructors in org.simpleframework.http.socket.service with parameters of type SchedulerModifierConstructorDescriptionSessionBuilder
(Scheduler scheduler, Reactor reactor, long ping) Constructor for theSessionBuilder
object.StatusChecker
(FrameConnection connection, Request request, Scheduler scheduler, long frequency) Constructor for theStatusChecker
object.