Searched defs:isResponseWrapped (Results 1 - 5 of 5) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/continuation/
H A DContinuation.java112 * if (!continuation.isResponseWrapped())
225 * Filters that may wrap the response object should check {@link #isResponseWrapped()}
226 * to decide if they should destroy/finish the wrapper. If {@link #isResponseWrapped()}
355 boolean isResponseWrapped(); method in interface:Continuation
H A DServlet3Continuation.java210 public boolean isResponseWrapped() method in class:Servlet3Continuation
H A DFauxContinuation.java86 * @see org.eclipse.jetty.continuation.Continuation#isResponseWrapped()
88 public boolean isResponseWrapped() method in class:FauxContinuation
H A DJetty6Continuation.java204 public boolean isResponseWrapped() method in class:Jetty6Continuation
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAsyncContinuation.java184 * @see org.eclipse.jetty.continuation.Continuation#isResponseWrapped()
186 public boolean isResponseWrapped() method in class:AsyncContinuation

Completed in 105 milliseconds