Mercurial Hosting > luan
comparison src/org/eclipse/jetty/server/AbstractHttpConnection.java @ 960:3cd4c706a61f
simplify ChannelEndPoint
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 13 Oct 2016 21:29:19 -0600 |
parents | 7b94f5b33c64 |
children | 866f2e801618 |
comparison
equal
deleted
inserted
replaced
959:7b94f5b33c64 | 960:3cd4c706a61f |
---|---|
510 | 510 |
511 _request.setHandled(true); | 511 _request.setHandled(true); |
512 } | 512 } |
513 } | 513 } |
514 | 514 |
515 /* ------------------------------------------------------------ */ | |
516 public abstract Connection handle() throws IOException; | 515 public abstract Connection handle() throws IOException; |
517 | 516 |
518 /* ------------------------------------------------------------ */ | 517 /* ------------------------------------------------------------ */ |
519 public void commitResponse(boolean last) throws IOException | 518 public void commitResponse(boolean last) throws IOException |
520 { | 519 { |