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 TypeClassDescriptionclassTheConcurrentSchedulerobject 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 SchedulerServiceDispatcher.schedulerThis is used asynchronously read frames from the TCP channel.private final SchedulerSessionBuilder.schedulerThis is the scheduler that is used to ping WebSocket sessions.private final SchedulerStatusChecker.schedulerThis 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 theSessionBuilderobject.StatusChecker(FrameConnection connection, Request request, Scheduler scheduler, long frequency) Constructor for theStatusCheckerobject.