Mercurial Hosting > luan
diff src/org/eclipse/jetty/io/Connection.java @ 965:866f2e801618
handle() returns void
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 14 Oct 2016 02:19:21 -0600 |
parents | 7b94f5b33c64 |
children | 5ee36654b383 |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/io/Connection.java Fri Oct 14 01:03:47 2016 -0600 +++ b/src/org/eclipse/jetty/io/Connection.java Fri Oct 14 02:19:21 2016 -0600 @@ -37,11 +37,9 @@ /* ------------------------------------------------------------ */ /** * Handle the connection. - * @return The Connection to use for the next handling of the connection. - * This allows protocol upgrades and support for CONNECT. * @throws IOException if the handling of I/O operations fail */ - Connection handle() throws IOException; + void handle() throws IOException; /** * @return the timestamp at which the connection was created