On Tue, 2011-09-13 at 15:24 +1000, Greg Wilkins wrote:
> Before making any websocket API proposals, it would be good to review
> what APIs are out there.
>
> This is the Jetty API:
> http://download.eclipse.org/jetty/stable-8/xref/org/eclipse/jetty/websocket/WebSocket.html
> it is used for both a client and server implementation.
>
> Can others post any links to APIs they have already developed or are
> developing so we can all have a look at what's out there.
I consider a websocket API offtopic.
About this particular API, I don't see how using byte[] and String can
work since frames can [unfortunately] be arbitrarily long, so it still
has to use a classic stream pull API.
--
Remy Maucherat <rmaucher_at_redhat.com>
Red Hat Inc