Mercurial Hosting > luan
diff src/org/eclipse/jetty/io/Connection.java @ 974:7422ca1ae146
remove Connection.isIdle()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 15 Oct 2016 23:27:08 -0600 |
parents | 4d9fe9cc554d |
children |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/io/Connection.java Sat Oct 15 23:03:00 2016 -0600 +++ b/src/org/eclipse/jetty/io/Connection.java Sat Oct 15 23:27:08 2016 -0600 @@ -40,10 +40,4 @@ * @throws IOException if the handling of I/O operations fail */ void handle() throws IOException; - - /** - * @return whether this connection is idle, that is not parsing and not generating - * @see #onIdleExpired(long) - */ - boolean isIdle(); }