Uses of Interface
org.cometd.server.http.AbstractHttpTransport.HttpScheduler
Packages that use AbstractHttpTransport.HttpScheduler
-
Uses of AbstractHttpTransport.HttpScheduler in org.cometd.server.http
Classes in org.cometd.server.http that implement AbstractHttpTransport.HttpSchedulerMethods in org.cometd.server.http that return AbstractHttpTransport.HttpSchedulerModifier and TypeMethodDescriptionprotected AbstractHttpTransport.HttpScheduler
AbstractHttpTransport.newHttpScheduler
(TransportContext context, Promise<Void> promise, ServerMessage.Mutable reply, long timeout) TransportContext.scheduler()
protected AbstractHttpTransport.HttpScheduler
AbstractHttpTransport.suspend
(TransportContext context, Promise<Void> promise, ServerMessage.Mutable message, long timeout) Methods in org.cometd.server.http with parameters of type AbstractHttpTransport.HttpSchedulerModifier and TypeMethodDescriptionvoid
TransportContext.scheduler
(AbstractHttpTransport.HttpScheduler httpScheduler)