Package org.cometd.server.http
Interface AbstractHttpTransport.HttpScheduler
-
- All Superinterfaces:
AbstractServerTransport.Scheduler
- All Known Implementing Classes:
AbstractHttpTransport.LongPollScheduler
,AbstractStreamHttpTransport.DispatchingLongPollScheduler
- Enclosing class:
- AbstractHttpTransport
public static interface AbstractHttpTransport.HttpScheduler extends AbstractServerTransport.Scheduler
A
AbstractServerTransport.Scheduler
for HTTP-based transports.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cometd.server.AbstractServerTransport.Scheduler
AbstractServerTransport.Scheduler.None
-
-
Method Summary
-
Methods inherited from interface org.cometd.server.AbstractServerTransport.Scheduler
cancel, cancel, destroy, getMessage, getMetaConnectCycle, schedule
-
-