Пример #1
0
 /**
  * @see RequestHandlerStack#next()
  * @return the handler scheduled to be executed after current by the executor
  */
 public IRequestHandler getRequestHandlerScheduledAfterCurrent() {
   return requestHandlerExecutor.next();
 }