comparison src/org/eclipse/jetty/server/nio/SelectChannelConnector.java @ 901:d9a12a7339a6

remove connectionUpgraded()
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 07 Oct 2016 00:17:26 -0600
parents 821e4634b787
children 769040d68b0a
comparison
equal deleted inserted replaced
900:6ffa88e38ba9 901:d9a12a7339a6
303 } 303 }
304 304
305 @Override 305 @Override
306 protected void endPointUpgraded(ConnectedEndPoint endpoint, Connection oldConnection) 306 protected void endPointUpgraded(ConnectedEndPoint endpoint, Connection oldConnection)
307 { 307 {
308 connectionUpgraded(oldConnection,endpoint.getConnection());
309 } 308 }
310 309
311 @Override 310 @Override
312 public AsyncConnection newConnection(SocketChannel channel,AsyncEndPoint endpoint, Object attachment) 311 public AsyncConnection newConnection(SocketChannel channel,AsyncEndPoint endpoint, Object attachment)
313 { 312 {