Mercurial Hosting > luan
comparison src/org/eclipse/jetty/io/nio/SslConnection.java @ 956:1094975d013b
remove setCheckForIdle()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 13 Oct 2016 18:11:01 -0600 |
parents | 669769bcdf5c |
children | 7b94f5b33c64 |
comparison
equal
deleted
inserted
replaced
955:6f49b8dfffe6 | 956:1094975d013b |
---|---|
731 public void dispatch() | 731 public void dispatch() |
732 { | 732 { |
733 _aEndp.dispatch(); | 733 _aEndp.dispatch(); |
734 } | 734 } |
735 | 735 |
736 public void setCheckForIdle(boolean check) | |
737 { | |
738 _aEndp.setCheckForIdle(check); | |
739 } | |
740 | |
741 public boolean hasProgressed() | 736 public boolean hasProgressed() |
742 { | 737 { |
743 return _progressed.getAndSet(false); | 738 return _progressed.getAndSet(false); |
744 } | 739 } |
745 | 740 |