Home:ALL Converter>jetty 9 websockets onFrame event

jetty 9 websockets onFrame event

Ask Time:2013-04-27T02:32:38         Author:Doua Beri

Json Formatter

On older versions of jetty (7 and 8) we had an onFrame (http://download.eclipse.org/jetty/stable-7/apidocs/org/eclipse/jetty/websocket/WebSocket.OnFrame.html) event for websockets. Is there an equivalent in version 9? They have WebSocketListener (http://download.eclipse.org/jetty/stable-9/apidocs/org/eclipse/jetty/websocket/api/WebSocketListener.html) interface but there is no onFrame method defined.

Thanks

Author:Doua Beri,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/16243025/jetty-9-websockets-onframe-event
yy