I am playing around with websockets and Jetty 7.1.6.v20100715.
I have a few questions, mostly because of the lack of info/explanation about these methods.
1st) What is the byte for in sendMessage(byte frame,String data).
2nd) Is there any reason for outbound.sendMessage(string) not to work if invoked from the WebSocket.onConnect() method?
Also, is there any good explanation on the Jetty implementation, and how it should be used?
http://download.eclipse.org/jetty/stable-7/apidocs/org/eclipse/jetty/websocket/WebSocket.html
Thanks