HomeSort by relevance Sort by last modified time
    Searched defs:_nextScope (Results 1 - 4 of 4) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ScopedHandler.java 100 protected ScopedHandler _nextScope;
117 _nextScope= (ScopedHandler)getChildHandlerByClass(ScopedHandler.class);
157 if (_nextScope!=null)
158 _nextScope.doScope(target,baseRequest,request, response);
181 if (_nextScope!=null && _nextScope==_handler)
182 _nextScope.doHandle(target,baseRequest,request, response);
ContextHandler.java     [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/session/
SessionHandler.java 192 if (_nextScope != null)
193 _nextScope.doScope(target,baseRequest,request,response);
228 else if (_nextScope != null && _nextScope == _handler)
229 _nextScope.doHandle(target,baseRequest,request,response);
  /external/jetty/src/java/org/eclipse/jetty/servlet/
ServletHandler.java 426 else if (_nextScope!=null)
427 _nextScope.doScope(target,baseRequest,request, response);
    [all...]

Completed in 1004 milliseconds