Uses of Interface
org.cometd.server.AbstractServerTransport.Scheduler
Package | Description |
---|---|
org.cometd.server | |
org.cometd.server.http |
-
Uses of AbstractServerTransport.Scheduler in org.cometd.server
Classes in org.cometd.server that implement AbstractServerTransport.Scheduler Modifier and Type Class Description static class
AbstractServerTransport.Scheduler.None
A scheduler that does not perform any operation but remembers the/meta/connect
cycle.Methods in org.cometd.server with parameters of type AbstractServerTransport.Scheduler Modifier and Type Method Description void
ServerSessionImpl. setScheduler(AbstractServerTransport.Scheduler newScheduler)
-
Uses of AbstractServerTransport.Scheduler in org.cometd.server.http
Subinterfaces of AbstractServerTransport.Scheduler in org.cometd.server.http Modifier and Type Interface Description static interface
AbstractHttpTransport.HttpScheduler
AAbstractServerTransport.Scheduler
for HTTP-based transports.Classes in org.cometd.server.http that implement AbstractServerTransport.Scheduler Modifier and Type Class Description protected class
AbstractHttpTransport.LongPollScheduler
protected class
AbstractStreamHttpTransport.DispatchingLongPollScheduler