Home
last modified time | relevance | path

Searched refs:oldConnection (Results 1 – 6 of 6) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/nio/
DSelectChannelConnector.java317 protected void endPointUpgraded(ConnectedEndPoint endpoint, Connection oldConnection) in endPointUpgraded() argument
319 connectionUpgraded(oldConnection,endpoint.getConnection()); in endPointUpgraded()
/external/jetty/src/java/org/eclipse/jetty/server/
DAbstractConnector.java1142 protected void connectionUpgraded(Connection oldConnection, Connection newConnection) in connectionUpgraded() argument
1144 …_requestStats.set((oldConnection instanceof AbstractHttpConnection)?((AbstractHttpConnection)oldCo… in connectionUpgraded()
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketClientFactory.java322 protected void endPointUpgraded(ConnectedEndPoint endpoint, Connection oldConnection) in endPointUpgraded() argument
324 LOG.debug("upgrade {} -> {}", oldConnection, endpoint.getConnection()); in endPointUpgraded()
/external/jetty/src/java/org/eclipse/jetty/client/
DSelectConnector.java129 protected void endPointUpgraded(ConnectedEndPoint endpoint, Connection oldConnection) in endPointUpgraded() argument
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DSelectorManager.java349 protected abstract void endPointUpgraded(ConnectedEndPoint endpoint,Connection oldConnection); in endPointUpgraded() argument
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DConnectHandler.java515 protected void endPointUpgraded(ConnectedEndPoint endpoint, Connection oldConnection) in endPointUpgraded() argument