Mercurial Hosting > luan
comparison src/org/eclipse/jetty/io/nio/SslConnection.java @ 974:7422ca1ae146
remove Connection.isIdle()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 15 Oct 2016 23:27:08 -0600 |
parents | 4d9fe9cc554d |
children | bdb6eb0fbf93 |
comparison
equal
deleted
inserted
replaced
973:4d9fe9cc554d | 974:7422ca1ae146 |
---|---|
204 } | 204 } |
205 } | 205 } |
206 } | 206 } |
207 } | 207 } |
208 | 208 |
209 public boolean isIdle() | |
210 { | |
211 return false; | |
212 } | |
213 | |
214 public boolean isSuspended() | 209 public boolean isSuspended() |
215 { | 210 { |
216 return false; | 211 return false; |
217 } | 212 } |
218 | 213 |