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 class
ConcurrentScheduler
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 Scheduler Modifier and Type Field Description private Scheduler
ServiceDispatcher. scheduler
This is used asynchronously read frames from the TCP channel.private Scheduler
SessionBuilder. scheduler
This is the scheduler that is used to ping WebSocket sessions.private Scheduler
StatusChecker. scheduler
This 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 theSessionBuilder
object.StatusChecker(FrameConnection connection, Request request, Scheduler scheduler, long frequency)
Constructor for theStatusChecker
object.
-