comparison src/org/eclipse/jetty/server/nio/SelectChannelConnector.java @ 902:769040d68b0a

remove connectionOpened()
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 07 Oct 2016 00:19:53 -0600
parents d9a12a7339a6
children 94f5d8a62385
comparison
equal deleted inserted replaced
901:d9a12a7339a6 902:769040d68b0a
296 } 296 }
297 297
298 @Override 298 @Override
299 protected void endPointOpened(SelectChannelEndPoint endpoint) 299 protected void endPointOpened(SelectChannelEndPoint endpoint)
300 { 300 {
301 // TODO handle max connections and low resources
302 connectionOpened(endpoint.getConnection());
303 } 301 }
304 302
305 @Override 303 @Override
306 protected void endPointUpgraded(ConnectedEndPoint endpoint, Connection oldConnection) 304 protected void endPointUpgraded(ConnectedEndPoint endpoint, Connection oldConnection)
307 { 305 {