Home
last modified time | relevance | path

Searched refs:_async (Results 1 – 3 of 3) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/
DAbstractHttpConnection.java451 boolean was_continuation=_request._async.isContinuation(); in handleRequest()
452 boolean handling=_request._async.handling() && server!=null && server.isRunning(); in handleRequest()
490 if (_request._async.isInitial()) in handleRequest()
498 if (_request._async.isExpired()&&!was_continuation) in handleRequest()
506 ErrorHandler eh = _request._async.getContextHandler().getErrorHandler(); in handleRequest()
509 …=((ErrorHandler.ErrorPageMapper)eh).getErrorPage((HttpServletRequest)_request._async.getRequest()); in handleRequest()
512 … AsyncContinuation.AsyncEventState state = _request._async.getAsyncEventState(); in handleRequest()
564 was_continuation=_request._async.isContinuation(); in handleRequest()
565 handling = !_request._async.unhandle() && server.isRunning() && _server!=null; in handleRequest()
574 if (_request._async.isUncompleted()) in handleRequest()
[all …]
DRequest.java183 protected final AsyncContinuation _async = new AsyncContinuation(); field in Request
420 if (_async.isInitial() && !_async.isAsyncStarted()) in getAsyncContext()
421 throw new IllegalStateException(_async.getStatusString()); in getAsyncContext()
422 return _async; in getAsyncContext()
428 return _async; in getAsyncContinuation()
442 return _async; in getAttribute()
1387 return _async.isAsyncStarted(); in isAsyncStarted()
1487 _async.recycle(); in recycle()
1716 _async.setConnection(connection); in setConnection()
2008 _async.startAsync(); in startAsync()
[all …]
DAsyncHttpConnection.java76 if (_request._async.isAsync()) in handle()
78 if (_request._async.isDispatchable()) in handle()