Mercurial Hosting > luan
comparison src/org/eclipse/jetty/server/AsyncContinuation.java @ 925:720a98fb0253
remove scheduleDispatch()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 09 Oct 2016 18:29:29 -0600 |
parents | 5c9cb5d00512 |
children | 88b20b775fa2 |
comparison
equal
deleted
inserted
replaced
924:5c9cb5d00512 | 925:720a98fb0253 |
---|---|
467 { | 467 { |
468 synchronized (this) | 468 synchronized (this) |
469 { | 469 { |
470 cancelTimeout(); | 470 cancelTimeout(); |
471 _continuationListeners=null; | 471 _continuationListeners=null; |
472 } | |
473 } | |
474 | |
475 /* ------------------------------------------------------------ */ | |
476 protected void scheduleDispatch() | |
477 { | |
478 EndPoint endp=_connection.getEndPoint(); | |
479 if (!endp.isBlocking()) | |
480 { | |
481 ((AsyncEndPoint)endp).asyncDispatch(); | |
482 } | 472 } |
483 } | 473 } |
484 | 474 |
485 /* ------------------------------------------------------------ */ | 475 /* ------------------------------------------------------------ */ |
486 protected void scheduleTimeout() | 476 protected void scheduleTimeout() |