Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/server/
DAsyncContinuation.java85 private List<AsyncListener> _lastAsyncListeners; field in AsyncContinuation
314 if (_lastAsyncListeners!=null) in handling()
315 _lastAsyncListeners.clear(); in handling()
320 _asyncListeners=_lastAsyncListeners; in handling()
321 _lastAsyncListeners=null; in handling()
367 List<AsyncListener> recycle=_lastAsyncListeners; in doSuspend()
368 _lastAsyncListeners=_asyncListeners; in doSuspend()
379 if (_lastAsyncListeners!=null) in doSuspend()
381 for (AsyncListener listener : _lastAsyncListeners) in doSuspend()