Uses of Interface
org.simpleframework.common.thread.Scheduler
-
Packages that use Scheduler Package Description org.simpleframework.common.thread org.simpleframework.http.socket.service -
-
Uses of Scheduler in org.simpleframework.common.thread
Classes in org.simpleframework.common.thread that implement Scheduler Modifier and Type Class Description classConcurrentSchedulerTheConcurrentSchedulerobject 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 Scheduler Modifier and Type Field Description private SchedulerServiceDispatcher. schedulerThis is used asynchronously read frames from the TCP channel.private SchedulerSessionBuilder. schedulerThis is the scheduler that is used to ping WebSocket sessions.private SchedulerStatusChecker. schedulerThis is the shared scheduler used to execute this checker.Constructors in org.simpleframework.http.socket.service with parameters of type Scheduler Constructor Description SessionBuilder(Scheduler scheduler, Reactor reactor, long ping)Constructor for theSessionBuilderobject.StatusChecker(FrameConnection connection, Request request, Scheduler scheduler, long frequency)Constructor for theStatusCheckerobject.
-