Class AbstractHttpScheduler
java.lang.Object
org.cometd.server.http.AbstractHttpScheduler
- All Implemented Interfaces:
Runnable, AbstractServerTransport.Scheduler, AbstractHttpTransport.HttpScheduler
public abstract class AbstractHttpScheduler
extends Object
implements Runnable, AbstractHttpTransport.HttpScheduler
-
Nested Class Summary
Nested classes/interfaces inherited from interface AbstractServerTransport.Scheduler
AbstractServerTransport.Scheduler.None -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractHttpScheduler(AbstractHttpTransport transport, TransportContext context, Promise<Void> promise, ServerMessage.Mutable message, long timeout) -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when the transport wants to cancel with the given cause scheduled operations that will trigger when the /meta/connect timeout fires.voiddestroy()Invoked when the transport wants to abort communication.protected abstract voiddispatch(boolean timeout) longvoidrun()voidschedule()Invoked when the transport wants to send queued messages, and possibly a /meta/connect reply.toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AbstractServerTransport.Scheduler
cancel
-
Constructor Details
-
AbstractHttpScheduler
protected AbstractHttpScheduler(AbstractHttpTransport transport, TransportContext context, Promise<Void> promise, ServerMessage.Mutable message, long timeout)
-
-
Method Details
-
getContext
-
getPromise
-
getMessage
- Specified by:
getMessagein interfaceAbstractServerTransport.Scheduler- Returns:
- the message associated with this scheduler.
-
getMetaConnectCycle
public long getMetaConnectCycle()- Specified by:
getMetaConnectCyclein interfaceAbstractServerTransport.Scheduler- Returns:
- the cycle number for suspended
/meta/connects.
-
schedule
public void schedule()Description copied from interface:AbstractServerTransport.SchedulerInvoked when the transport wants to send queued messages, and possibly a /meta/connect reply.- Specified by:
schedulein interfaceAbstractServerTransport.Scheduler
-
cancel
Description copied from interface:AbstractServerTransport.SchedulerInvoked when the transport wants to cancel with the given cause scheduled operations that will trigger when the /meta/connect timeout fires.- Specified by:
cancelin interfaceAbstractServerTransport.Scheduler
-
destroy
public void destroy()Description copied from interface:AbstractServerTransport.SchedulerInvoked when the transport wants to abort communication.- Specified by:
destroyin interfaceAbstractServerTransport.Scheduler
-
run
-
dispatch
protected abstract void dispatch(boolean timeout) -
toString
-