handleOpen and handleMessage are low-level handlers that can directly deal with
the server's response.
You can entirely customize the format of the server response by implementing
them, and they can act as an adapter for the specific server-side technology.
In cases where you can not change the server implementation for some reason,
this feature will be very useful. The minimum requirements is that the content
type of the response have to be 'text/plain', but maybe you will be able to use
'text/html' by properly controlling response.
Original issue reported on code.google.com by flowersi...@gmail.com on 8 Jul 2011 at 9:01
Original issue reported on code.google.com by
flowersi...@gmail.com
on 8 Jul 2011 at 9:01