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.HttpSchedulerAbstractHttpTransport.newHttpScheduler(TransportContext context, Promise<Void> promise, ServerMessage.Mutable reply, long timeout) TransportContext.scheduler()protected AbstractHttpTransport.HttpSchedulerAbstractHttpTransport.suspend(TransportContext context, Promise<Void> promise, ServerMessage.Mutable message, long timeout) Methods in org.cometd.server.http with parameters of type AbstractHttpTransport.HttpSchedulerModifier and TypeMethodDescriptionvoidTransportContext.scheduler(AbstractHttpTransport.HttpScheduler httpScheduler)