public void sendUpgrade() throws IOException {
((UpgradableHttpServletResponse) response).sendUpgrade();
}
};
OioWebSocket oioWebSocket = WebSocketConnectionManager.establish(protocolName, requestBridge, responseBridge,
new ClosingStrategy() {
public void doClose() throws IOException {
event.close();
}
});
WebSocket webSocket = new WebSocketDelegate(request, oioWebSocket);