Searched refs:_responseWrapped (Results 1 – 4 of 4) sorted by relevance
52 private volatile boolean _responseWrapped=false; field in Servlet3Continuation160 _responseWrapped=true; in keepWrappers()185 _responseWrapped=response instanceof ServletResponseWrapper; in suspend()212 return _responseWrapped; in isResponseWrapped()
55 private boolean _responseWrapped=false; field in Jetty6Continuation173 _responseWrapped=_response instanceof ServletResponseWrapper; in suspend()191 _responseWrapped=false; in suspend()206 return _responseWrapped; in isResponseWrapped()
58 private boolean _responseWrapped=false; field in FauxContinuation90 return _responseWrapped; in isResponseWrapped()151 _responseWrapped=response instanceof ServletResponseWrapper; in suspend()286 _responseWrapped=false; in handling()
94 private volatile boolean _responseWrapped; field in AsyncContinuation188 return _responseWrapped; in isResponseWrapped()710 _responseWrapped=false; in recycle()896 if (_responseWrapped && _event!=null && _event.getSuppliedResponse()!=null) in getResponse()977 _responseWrapped=!(response instanceof Response); in startAsync()989 _responseWrapped=false; in startAsync()1002 _responseWrapped=!(response instanceof Response); in suspend()1012 _responseWrapped=false; in suspend()1023 if (_responseWrapped && _event!=null && _event.getSuppliedResponse()!=null) in getServletResponse()