AbstractServerTransport.Scheduler, AbstractHttpTransport.HttpSchedulerprotected class AbstractStreamHttpTransport.DispatchingLongPollScheduler extends AbstractHttpTransport.LongPollScheduler
| Constructor | Description |
|---|---|
DispatchingLongPollScheduler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.AsyncContext asyncContext,
ServerSessionImpl session,
org.cometd.bayeux.server.ServerMessage.Mutable reply,
long timeout) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
dispatch() |
cancel, error, getAsyncContext, getMetaConnectReply, getRequest, getResponse, getServerSession, onComplete, onError, onStartAsync, onTimeout, run, schedulepublic DispatchingLongPollScheduler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.AsyncContext asyncContext,
ServerSessionImpl session,
org.cometd.bayeux.server.ServerMessage.Mutable reply,
long timeout)
protected void dispatch()
dispatch in class AbstractHttpTransport.LongPollSchedulerCopyright © 2008–2017 The CometD Project. All rights reserved.