Package org.cometd.server.transport
Class AbstractStreamHttpTransport.DispatchingLongPollScheduler
java.lang.Object
org.cometd.server.transport.AbstractHttpTransport.LongPollScheduler
org.cometd.server.transport.AbstractStreamHttpTransport.DispatchingLongPollScheduler
- All Implemented Interfaces:
Runnable
,EventListener
,javax.servlet.AsyncListener
,AbstractServerTransport.Scheduler
,AbstractHttpTransport.HttpScheduler
- Enclosing class:
- AbstractStreamHttpTransport
protected class AbstractStreamHttpTransport.DispatchingLongPollScheduler extends AbstractHttpTransport.LongPollScheduler
-
Constructor Summary
Constructors Constructor Description DispatchingLongPollScheduler(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.AsyncContext asyncContext, ServerSessionImpl session, ServerMessage.Mutable reply, long timeout)
-
Method Summary
Modifier and Type Method Description protected void
dispatch()
Methods inherited from class org.cometd.server.transport.AbstractHttpTransport.LongPollScheduler
cancel, error, getAsyncContext, getMetaConnectReply, getRequest, getResponse, getServerSession, onComplete, onError, onStartAsync, onTimeout, run, schedule
-
Constructor Details
-
DispatchingLongPollScheduler
public DispatchingLongPollScheduler(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.AsyncContext asyncContext, ServerSessionImpl session, ServerMessage.Mutable reply, long timeout)
-
-
Method Details
-
dispatch
protected void dispatch()- Specified by:
dispatch
in classAbstractHttpTransport.LongPollScheduler
-