Uses of Interface
org.cometd.server.transport.AbstractHttpTransport.HttpScheduler
-
Packages that use AbstractHttpTransport.HttpScheduler Package Description org.cometd.server.transport -
-
Uses of AbstractHttpTransport.HttpScheduler in org.cometd.server.transport
Classes in org.cometd.server.transport that implement AbstractHttpTransport.HttpScheduler Modifier and Type Class Description protected class
AbstractHttpTransport.LongPollScheduler
protected class
AbstractStreamHttpTransport.DispatchingLongPollScheduler
Fields in org.cometd.server.transport declared as AbstractHttpTransport.HttpScheduler Modifier and Type Field Description protected AbstractHttpTransport.HttpScheduler
AbstractHttpTransport.Context. scheduler
Methods in org.cometd.server.transport that return AbstractHttpTransport.HttpScheduler Modifier and Type Method Description protected AbstractHttpTransport.HttpScheduler
AbstractStreamHttpTransport. newHttpScheduler(AbstractHttpTransport.Context context, org.cometd.bayeux.Promise<java.lang.Void> promise, org.cometd.bayeux.server.ServerMessage.Mutable message, long timeout)
protected AbstractHttpTransport.HttpScheduler
AsyncJSONTransport. newHttpScheduler(AbstractHttpTransport.Context context, org.cometd.bayeux.Promise<java.lang.Void> promise, org.cometd.bayeux.server.ServerMessage.Mutable reply, long timeout)
protected abstract AbstractHttpTransport.HttpScheduler
AbstractHttpTransport. suspend(AbstractHttpTransport.Context context, org.cometd.bayeux.Promise<java.lang.Void> promise, org.cometd.bayeux.server.ServerMessage.Mutable message, long timeout)
protected AbstractHttpTransport.HttpScheduler
AbstractStreamHttpTransport. suspend(AbstractHttpTransport.Context context, org.cometd.bayeux.Promise<java.lang.Void> promise, org.cometd.bayeux.server.ServerMessage.Mutable message, long timeout)
protected AbstractHttpTransport.HttpScheduler
AsyncJSONTransport. suspend(AbstractHttpTransport.Context context, org.cometd.bayeux.Promise<java.lang.Void> promise, org.cometd.bayeux.server.ServerMessage.Mutable message, long timeout)
-