HomeSort by relevance Sort by last modified time
    Searched defs:handling (Results 1 - 2 of 2) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/continuation/
FauxContinuation.java 282 void handling() method in class:FauxContinuation
314 * @return true if handling is complete
444 ((_state==__HANDLING)?"HANDLING":
  /external/jetty/src/java/org/eclipse/jetty/server/
AsyncContinuation.java 60 // handling() suspend() unhandle() resume() complete() doComplete()
301 * @return false if the handling of the request should not proceed
303 protected boolean handling() method in class:AsyncContinuation
397 * Signal that the HttpConnection has finished handling the request.
400 * @return true if handling is complete, false if the request should
    [all...]

Completed in 97 milliseconds