Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/continuation/
DServlet3Continuation.java52 private volatile boolean _responseWrapped=false; field in Servlet3Continuation
160 _responseWrapped=true; in keepWrappers()
185 _responseWrapped=response instanceof ServletResponseWrapper; in suspend()
212 return _responseWrapped; in isResponseWrapped()
DJetty6Continuation.java55 private boolean _responseWrapped=false; field in Jetty6Continuation
173 _responseWrapped=_response instanceof ServletResponseWrapper; in suspend()
191 _responseWrapped=false; in suspend()
206 return _responseWrapped; in isResponseWrapped()
DFauxContinuation.java58 private boolean _responseWrapped=false; field in FauxContinuation
90 return _responseWrapped; in isResponseWrapped()
151 _responseWrapped=response instanceof ServletResponseWrapper; in suspend()
286 _responseWrapped=false; in handling()
/external/jetty/src/java/org/eclipse/jetty/server/
DAsyncContinuation.java94 private volatile boolean _responseWrapped; field in AsyncContinuation
188 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()